mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-09 18:21:23 +00:00

* Make mysql bootstrap file consistent with postgres * Adding a java code change to trigger all the precommit checks * Set test container reuse flag to true * Make Postgres bootstrap files consistent with MySQL * Test pagination using random jump of limit between 1-5 instead of 1 to reduce test time * Starting the test container outside @BeforeAll in a static block for container reuse * Comment printing out list output in pagination tests * Move starting the test container to @BeforeAll setup method instead of static initialization * Remove unnecessary tests in PolicyResourceTest to speed up tests * Add test container reuse for github workflows * Add test container reuse for github workflows * Add test container reuse for github workflows * Change timeouts for the TestContainer * Add test container reuse for github workflows * Add test container reuse for github workflows (#4563) Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io> Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>