-
Notifications
You must be signed in to change notification settings - Fork 1.1k
#10045: Enable JDBC test cases with TestContainers approach #10059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… approach Signed-off-by: Jiandong Ma <[email protected]>
|
So, this 😢 Not sure what to suggest. We probably review your PR and accept it as is. Thanks |
|
thank you, all those test cases passed in my local, both individual test classes and whole after reviewing or testing, if any changes required, can help me to change it directly ? |
|
Re-running PR build... Pulling also your changes locally for final review... Thanks. |
Sure, nice suggestion! Will try new a feature branch in future and see. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging.
The timing is OK for these new tests: no need for long-running.
We will disable those tests which are not stable according to our experience.
For now we can live with whatever we have so far.
Thank you!
|
FYI, the snapshot against your change is green: https://github.com/spring-projects/spring-integration/actions/runs/15350770171/job/43198145399 🤷 |
I really don't have any better ways to enable those JDBC concurrent test cases back :(
for
AbstractTxTimeoutMessageStoreTests, there are two pollers impact the performance, first poller using custom task-executor with 100 threads run with fixed-rate 200, second poller with default executor run with fixed-delay 100.for Mysql/Oracle, I increase the fixed-rate from 200 to 2000, and fixed-delay from 100 to 1000.