-
Notifications
You must be signed in to change notification settings - Fork 205
[hotfix] Try to stabilize the flaky integration tests #184
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
base: main
Are you sure you want to change the base?
[hotfix] Try to stabilize the flaky integration tests #184
Conversation
updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
7e9c099 to
c5914e5
Compare
|
@RocMarshal Hi there, To fix the GitHub CI failure caused by the OceanBase container startup issue, I suggest the following:
|
d6ea34a to
e2aa8fb
Compare
|
Hi, Thank you @yuanoOo @whhe for your help . https://github.com/apache/flink-connector-jdbc/actions/runs/20158946377/job/57867060428?pr=184 It seems this issue has still occurred during this test. Since I'm not very familiar with this database now, would you please provide some other suggestions? I'd be very grateful. |
Hi, try this version: oceanbase/oceanbase-ce:4.3.3.1-101000012024102216 . I didn't encounter this issue in the PR I just ran: oceanbase/spark-connector-oceanbase#86 |
|
A possible relevant information is that OceanBase startup time will be longer when available machine resources (such as memory and disk) are limited. Therefore, if the above suggestions still don't solve the problem, perhaps we can split the tests to different GHA runners, or using a lighter-weight image like seekdb. |
e2aa8fb to
29d4a52
Compare
No description provided.