Skip to content

[flink] Fix flaky Lumina data evolution index refresh IT - #9153

Open
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-lumina-flaky-ut
Open

[flink] Fix flaky Lumina data evolution index refresh IT#9153
ArnavBalyan wants to merge 1 commit into
apache:masterfrom
ArnavBalyan:arnavb/fix-lumina-flaky-ut

Conversation

@ArnavBalyan

Copy link
Copy Markdown
Member

Purpose

  • This flaky test updates rows via _ROW_ID = 1 and asserts that the logical row with id = 1 was updated.
  • However row ids are based on physical file order and are not guaranteed to match logical id, this causes the assertion to be mismatch at parallelism = 2.
  • Ensure we use logical id to keep the assertion deterministic.

Tests

  • UT Fix

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.

1 participant