jiangxt2 commented on PR #11731: URL: https://github.com/apache/gravitino/pull/11731#issuecomment-4790317574
Thanks — adopted the single-version-in-CI approach and gated the rest for local runs. **What changed (3 files, no production code):** - `build.gradle.kts`: the new `doris-multi-version` JUnit tag is excluded by default; pass `-PdorisMultiVersionTest` to include it. - `CatalogDoris3xIT` / `CatalogDoris4xIT`: tagged `doris-multi-version`, so they are skipped in CI. - `CatalogDorisIT` (1.2.x): unchanged — the only version CI runs. CI therefore starts a single Doris container, avoiding the BE `MEM_LIMIT_EXCEEDED`. The full matrix still runs locally, **one version per Gradle invocation** (`ContainerSuite` keeps each cluster alive until JVM exit, so versions are run separately rather than stacked in one JVM): | Run | Result | | --- | --- | | CI-equivalent (default, no flag) | `CatalogDorisIT` (1.2.x) **15/15**; 3x/4x excluded by the tag | | `-PdorisMultiVersionTest` → `CatalogDoris3xIT` (3.0.x) | **5/5** | | `-PdorisMultiVersionTest` → `CatalogDoris4xIT` (4.0.x) | **5/5** | | Unit tests (`TestDorisTableOperationsSqlGeneration`) | **12/12** | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
