druid/integration-tests-ex/docs
Rishabh Singh 99313e9996
Revised IT to detect backward incompatible change (#16779)
Added a new revised IT group BackwardCompatibilityMain. The idea is to catch potential backward compatibility issues that may arise during rolling upgrade.

This test group runs a docker-compose cluster with Overlord & Coordinator service on the previous druid version.

Following env vars are required in the GHA file .github/workflows/unit-and-integration-tests-unified.yml to run this test

DRUID_PREVIOUS_VERSION -> Previous druid version to test backward incompatibility.
DRUID_PREVIOUS_VERSION_DOWNLOAD_URL -> URL to fetch the tar.
2024-08-07 11:13:35 +05:30
..
backward-compatibility-tests.md Revised IT to detect backward incompatible change (#16779) 2024-08-07 11:13:35 +05:30
compose.md Extend the IT framework to allow tests in extensions (#13877) 2023-05-15 20:29:51 +05:30
conversion.md be consistent about referring to the web console by its name (#13118) 2022-09-19 15:02:17 -07:00
debugging.md
dependencies.md
docker.md Fixed the table in docker.md (#15328) 2023-11-07 11:00:23 +08:00
druid-config.md Generate the IT docker-compose.yaml files (#13669) 2023-02-21 15:03:02 -08:00
guide.md Generate the IT docker-compose.yaml files (#13669) 2023-02-21 15:03:02 -08:00
history.md
maven.md remove Travis CI (#13789) 2023-02-10 01:46:56 -08:00
next-steps.md
quickstart.md
runtime.md
scripts.md
test-config.md Support both Indexer and MiddleManager in ITs (#13660) 2023-01-14 14:34:06 -08:00
tests.md