PromucFlow_constructor/app/server/appsmith-server
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
..
src fix: flaky tests due to startup happening async (#20079) 2023-01-25 17:42:25 +05:30
auth-notes
pom.xml fix: add connection pool to MySQL plugin and fix issues due to Spring upgrade (#17873) 2023-01-09 14:04:51 +05:30