Thanks, patch applied.
On Mon, Apr 27, 2020 at 3:56 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Hi Akshay,
>
> Here is an updated patch fixing test cases.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
Hi Akshay,
Here is an updated patch fixing test cases.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Mon, Apr 27, 2020 at 12:27 PM Murtuza Zabuawala <
murtuza.zabuaw...@enterprisedb.com> wrote:
> Thanks Akshay, flag not to run tes
Thanks Akshay, flag not to run tests set to true when the check
utility fails in-case if the binary path is not set, I will fix that issue
as I did not consider more than one server scenario.
On Mon, Apr 27, 2020 at 12:05 PM Akshay Joshi
wrote:
> Hi Murtuza
>
> API test cases are not running,
Hi Murtuza
API test cases are not running, there is no error but all the tests are
skipped. I have run it for EPAS/PG 9.5 to 12 where the binary path for EPAS
is not set.
I also found one issue where the proper error message is not shown if the
binary path is not set in the Preferences dialog. I
Hi,
PFA patch to fix the issue for materialized view when the user performs
refresh on it, large size materialized view can take longer time to refresh
the view hence we will run it same as we run maintenance commands and it
will also allow the user to view the status of the refresh command.
--