PromucFlow_constructor/app/server/appsmith-server/src/test
sidhantgoel 4b66d0c87f
fix: flaky tests due to startup happening async (#20079)
Testcases were flaky because loading cache after application is ready is
happening in async with testcases, so sometimes testcases fails if cache
is not loaded by the time testcase executes.
Testcases fail and gives the following error message `Appsmith server is
not ready. Please try again in some time`

This fixes the issue by running startup process in sync after
application is ready.

And there is a genuine failure of testcase
`exampleApplicationsAreMarked` which is fixed.
2023-01-25 17:42:25 +05:30
..
java/com/appsmith/server fix: flaky tests due to startup happening async (#20079) 2023-01-25 17:42:25 +05:30
resources fix: fix git sync related bugs for Custom JS Lib feature (#19352) 2023-01-10 19:26:48 +05:30