Skip to content

[core] Fix flaky column type update test - #9325

Merged
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-flaky-test1
Aug 21, 2026
Merged

[core] Fix flaky column type update test#9325
JingsongLi merged 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-flaky-test1

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • SchemaManagerTest intentionally injects artificial failure to verify retry behavior.
  • The existing column update test reads schema without retrying, this causes the injected ArtificialException to fail the tests randomly and CI failure.
  • Fix by wrapping the schema reads with a retryArtificialException.

Tests

  • UT

@QuakeWang QuakeWang left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@JingsongLi
JingsongLi merged commit 1c0a866 into apache:master Aug 21, 2026
13 checks passed
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.

3 participants