[fix][test] Fix flaky PulsarDebeziumOracleSourceTest#25314
Merged
lhotari merged 1 commit intoapache:masterfrom Mar 11, 2026
Merged
[fix][test] Fix flaky PulsarDebeziumOracleSourceTest#25314lhotari merged 1 commit intoapache:masterfrom
lhotari merged 1 commit intoapache:masterfrom
Conversation
The Oracle container may not reach MOUNTED status after `startup mount` if it is still completing shutdown. This causes the test to fail with "Oracle did not initialize properly". - Add retry logic for the `startup mount` command - Add progress logging to `waitForOracleStatus` so failures are diagnosable - Catch exceptions during status polling since sqlplus can fail during Oracle state transitions - Include last observed stdout/stderr in the failure message
3214b55 to
61ff2df
Compare
lhotari
approved these changes
Mar 11, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #25314 +/- ##
============================================
+ Coverage 72.54% 72.62% +0.07%
- Complexity 34627 34631 +4
============================================
Files 1967 1967
Lines 156326 156326
Branches 17812 17812
============================================
+ Hits 113409 113529 +120
+ Misses 33814 33710 -104
+ Partials 9103 9087 -16
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Summary
PulsarDebeziumOracleSourceTest.testDebeziumOracleDbSourcethat fails withOracle did not initialize properlyMOUNTEDstatus afterstartup mountif it is still completing shutdownstartup mountcommand (up to 3 attempts)waitForOracleStatusevery 30 seconds so failures are diagnosablesqlpluscan fail during Oracle state transitionsTest plan
PulsarDebeziumOracleSourceTestno longer fails during Oracle startupdocdoc-requireddoc-not-neededdoc-complete