Skip to content

test(spanner): unflake ITTransactionRetryTest on Spanner Omni - #14372

Merged
sakthivelmanii merged 1 commit into
mainfrom
unflake-it-transaction-retry-test-omni
Sep 14, 2026
Merged

sakthivelmanii merged 1 commit into
mainfrom
unflake-it-transaction-retry-test-omni

Conversation

@sakthivelmanii

Copy link
Copy Markdown
Contributor

Align com.google.cloud.spanner.connection.it.ITTransactionRetryTest with the existing skip precedent in ITRetryDmlAsPartitionedDmlTest and com.google.cloud.spanner.ITTransactionRetryTest by skipping on Spanner Omni due to known issue b/441255724. Also correct the copy-pasted DirectPath bug reference in the other tests.

Align com.google.cloud.spanner.connection.it.ITTransactionRetryTest
with the existing skip precedent in ITRetryDmlAsPartitionedDmlTest
and com.google.cloud.spanner.ITTransactionRetryTest by skipping
on Spanner Omni due to known issue b/441255724. Also correct the
copy-pasted DirectPath bug reference in the other tests.
@sakthivelmanii
sakthivelmanii requested review from a team as code owners September 14, 2026 12:44

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the bug reference ID for skipping Spanner Omni tests across several integration test files and adds a new @BeforeClass setup method to ITTransactionRetryTest to skip tests on Spanner Omni. However, the newly added setup() method calls ITAbstractSpannerTest.setup(), which throws Exception. This will cause a compilation error unless the method signature is updated to declare throws Exception or the call is wrapped in a try-catch block.

@sakthivelmanii
sakthivelmanii enabled auto-merge (squash) September 14, 2026 13:03
@sakthivelmanii
sakthivelmanii merged commit aa7ce2c into main Sep 14, 2026
203 of 204 checks passed
@sakthivelmanii
sakthivelmanii deleted the unflake-it-transaction-retry-test-omni branch September 14, 2026 13:09
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