Skip to content

Fix flaky MySQL importer test fixture collision - #3968

Draft
hipek8 with Copilot wants to merge 1 commit into
ngfrom
copilot/fix-ci-mysql-tests
Draft

Fix flaky MySQL importer test fixture collision#3968
hipek8 with Copilot wants to merge 1 commit into
ngfrom
copilot/fix-ci-mysql-tests

Conversation

Copilot AI commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

ci-mysql randomly failed when an auto-generated Warehouse ID overlapped directory-import fixture IDs, violating the ImportedObjects uniqueness constraint.

  • Deterministic test setup
    • Assign the setup Warehouse ID 1, outside the directory fixture range (10–60).
warehouse = WarehouseFactory(id=1, name="warehouse_1")

Co-authored-by: hipek8 <7051929+hipek8@users.noreply.github.com>
Copilot AI changed the title Fix flaky ci-mysql importer test Fix flaky MySQL importer test fixture collision Aug 31, 2026
Copilot AI requested a review from hipek8 August 31, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants