Skip to content

PR #16135

PR #16135 #3783

Triggered via dynamic May 21, 2026 12:21
Status Success
Total duration 1m 7s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
ProvisioningServiceTest.testCancelDeprovision: ProvisioningServiceTest#L301
Timeout occurred. Expected CANCELLED but found REQUESTING_DELETE.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-data-fabric/src/test/java/io/cdap/cdap/spi/data/sql/SqlStructuredTableTest.java#L89
Abbreviation in name 'populateCConf' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-storage-ext-spanner/src/test/java/io/cdap/cdap/storage/spanner/SpannerStructuredTableTest.java#L68
Distance between variable 'credentialsPath' declaration and its first usage is 6, 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-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L580
Distance between variable 'outPutFields' declaration and its first usage is 8, 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-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L1736
Distance between variable 'rowRef' 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).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L2006
Distance between variable 'rowRef' 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).