-
Notifications
You must be signed in to change notification settings - Fork 5k
[Improvement][E2E] support e2e compose v2 fix code style #15325
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #15325 +/- ##
============================================
- Coverage 37.81% 37.80% -0.01%
+ Complexity 4682 4680 -2
============================================
Files 1304 1304
Lines 44937 44937
Branches 4812 4812
============================================
- Hits 16991 16989 -2
Misses 26098 26098
- Partials 1848 1850 +2 ☔ View full report in Codecov by Sentry. |
...r-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java
Outdated
Show resolved
Hide resolved
...r-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java
Outdated
Show resolved
Hide resolved
|
@SbloodyS Thank you for your review. The reason for my formatting change is that the e2e module did not introduce mvn spotless : apply So I introduced the same rules as the main module locally to run the formatting code and fix the previous format irregularities. I have restored it to see if it is necessary to introduce mvn spotless in the e2e module to maintain consistency with the main module? |
|
We also need to update |
This reverts commit 4f1c196
done @ruanwenjun PTAL |
|
@SbloodyS PTAL |
SbloodyS
left a comment
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.
Generally LGTM. Just some NIT.
...r-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java
Outdated
Show resolved
Hide resolved
|



Purpose of the pull request
The old version of testcontainers does not support Docker Compose v2, but currently, Docker Desktops in Windows/mac use v2, which causes local e2e runs to fail. Please refer to the specific issue for details
testcontainers/testcontainers-java#1481
Update the testcontainers version for e2e testing and use the new API
testcontainers/testcontainers-java#5608
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md