test: backwards compatibility suite and refactor of the test infra - #1137
Open
mihir-datazip wants to merge 23 commits into
Open
test: backwards compatibility suite and refactor of the test infra#1137mihir-datazip wants to merge 23 commits into
mihir-datazip wants to merge 23 commits into
Conversation
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:42 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
requested a deployment
to
integration_tests
August 21, 2026 05:43 — with
GitHub Actions
Waiting
mihir-datazip
force-pushed
the
backward-compatibility-tests
branch
from
August 24, 2026 12:45
9de32a7 to
d4795ee
Compare
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 12:45 — with
GitHub Actions
Inactive
mihir-datazip
had a problem deploying
to
integration_tests
August 24, 2026 12:55 — with
GitHub Actions
Failure
mihir-datazip
had a problem deploying
to
integration_tests
August 24, 2026 12:55 — with
GitHub Actions
Failure
mihir-datazip
had a problem deploying
to
integration_tests
August 24, 2026 12:55 — with
GitHub Actions
Failure
mihir-datazip
had a problem deploying
to
integration_tests
August 24, 2026 12:55 — with
GitHub Actions
Failure
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:10 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:27 — with
GitHub Actions
Inactive
mihir-datazip
had a problem deploying
to
integration_tests
August 24, 2026 13:33 — with
GitHub Actions
Error
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:57 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:57 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:57 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:57 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 24, 2026 13:57 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 14:36 — with
GitHub Actions
Inactive
mihir-datazip
had a problem deploying
to
integration_tests
August 27, 2026 14:36 — with
GitHub Actions
Failure
mihir-datazip
force-pushed
the
backward-compatibility-tests
branch
from
August 27, 2026 14:40
ad4e9c9 to
7bff5c4
Compare
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 14:42 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 14:51 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 16:09 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 16:25 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 16:48 — with
GitHub Actions
Inactive
mihir-datazip
force-pushed
the
backward-compatibility-tests
branch
from
August 27, 2026 17:09
20be56e to
7bff5c4
Compare
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 17:11 — with
GitHub Actions
Inactive
mihir-datazip
temporarily deployed
to
integration_tests
August 27, 2026 17:22 — with
GitHub Actions
Inactive
Keeps the workflow consolidation (integration-tests.yml and performance-test.yml were replaced by tests.yml + test-preflight.yml) and carries staging's dependabot bumps into the files that inherited those action calls: actions/setup-java v3/v4 -> v5 aws-actions/configure-aws-credentials v4 -> v6
…on-UTC zone --user: TestWorkingDir is a t.TempDir() bind-mounted into the container, and the image declares no USER. On a Linux bind mount everything the driver writes there belongs to root. A root-owned file is still removable, but a root-owned directory is not, and pkg/indexdb creates one (olake-table-index). Go's own t.TempDir cleanup then fails with permission denied and, reporting through t.Errorf, fails a test whose sync had already passed. TZ: several state-version gates only change behavior when the machine timezone is not UTC. In a UTC container the old and new branches produce identical output, so the compatibility suite could not tell a working gate from a removed one. Also drops the temporary pg_class diagnostic added while chasing the concurrent CREATE TABLE failure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the backward-compatibility suite -- the same scenarios run twice, once entirely on a baseline image and once handing off to this build after the initial load, then the two destinations are compared -- and splits the test harness so it can host it.
testutilsnow holds only what every suite shares (TestConfig, docker plumbing, JSON/state helpers); the suites live inintegration/,performance/andcompatibility/.TestConfig.Setupresolves the repo root, creates the suite's own working directory, copies the shared fixtures in and lets a driver's own override them by name, so files are addressed by name rather than by a field each.Also fixes a product bug this surfaced:
LoadedStateVersionwas initialised fromLatestStateVersionby a package-level var initializer, which Go evaluates beforeinit()assigns it -- so every command that does not load a state file ran at state version 0 and silently took the pre-v7 branch of the gated parquet behaviours.Type of change
How Has This Been Tested?
make test.lint-- clean across all nine modules, db2 includedmake test.discover.<driver>-- passes for postgres, mysql, mongodb, mssql, oracle, kafka (JSON/AVRO) and s3 (all four variants)make test.sync.<driver>-- passes for postgres, mysql, mongodb, mssql, oracle, kafka; s3 passes 3 of 4 variantsScreenshots or Recordings
N/A
Documentation
Related PR's (If Any):
None
https://claude.ai/code/session_01KoSeYoWQWg4xsEg89NVsRE