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. |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.