[CDAP-20819] Throw an exception in DefaultRuntimeJob when program fails #175
Annotations
2 errors and 6 warnings
build (cdap-e2e-tests)
Process completed with exit code 1.
|
build (cdap-e2e-tests)
The v0 series of google-github-actions/upload-cloud-storage is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/upload-cloud-storage
|
build (cdap-e2e-tests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50, actions/cache@v3, actions/upload-artifact@v3, google-github-actions/upload-cloud-storage@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck:
cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/runtime/distributed/runtimejob/DefaultRuntimeJob.java#L622
First sentence of Javadoc is missing an ending period.
|
|
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck:
cdap-app-fabric/src/test/java/io/cdap/cdap/internal/app/runtime/monitor/RuntimeClientServiceTest.java#L130
Abbreviation in name 'clientCConf' must contain no more than '1' consecutive capital letters.
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-app-fabric/src/test/java/io/cdap/cdap/internal/app/runtime/monitor/RuntimeClientServiceTest.java#L312
Distance between variable 'schema' declaration and its first usage is 10, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-app-fabric/src/test/java/io/cdap/cdap/internal/app/runtime/monitor/RuntimeClientServiceTest.java#L509
Distance between variable 'programStateWriter' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Cucumber report - cdap-e2e-tests
Expired
|
2.73 MB |
|
Debug files - cdap-e2e-tests
Expired
|
45.9 KB |
|