You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove deprecated PropertyNamingStrategies.UPPER_CAMEL_CASE usage
- Remove empty javadoc line
- Fix infinite loop in API tests with 120s timeout
- Reduce polling interval from 5s to 2s
- Add explicit workflow instance final state assertions
Copy file name to clipboardExpand all lines: dolphinscheduler-api-test/dolphinscheduler-api-test-case/src/test/java/org/apache/dolphinscheduler/api/test/cases/tasks/EmrServerlessTaskAPITest.java
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -142,23 +142,27 @@ public void testEmrServerlessSuccessWorkflowInstance() {
Copy file name to clipboardExpand all lines: dolphinscheduler-task-plugin/dolphinscheduler-task-emr-serverless/src/main/java/org/apache/dolphinscheduler/plugin/task/emrserverless/EmrServerlessTask.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,6 @@
70
70
* Submits a job run to an EMR Serverless application and tracks it until completion.
0 commit comments