File tree Expand file tree Collapse file tree
operator/src/test/java/it/aboutbits/postgresql/crd/grant Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 ./gradlew --console=colored :operator:clean :operator:test --rerun-tasks
2020
2121test-pg18 :
22- ./gradlew --console=colored :operator:clean :operator:test --fail-fast -- rerun-tasks -Dquarkus.test.profile=test-pg18
22+ ./gradlew --console=colored :operator:clean :operator:test --rerun-tasks -Dquarkus.test.profile=test-pg18
2323
2424test-pg17 :
2525 ./gradlew --console=colored :operator:clean :operator:test --rerun-tasks -Dquarkus.test.profile=test-pg17
Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ void grantOnTable(
734734 );
735735 }
736736
737- @ SuppressWarnings ("CheckStyle :MethodLength" )
737+ @ SuppressWarnings ("checkstyle :MethodLength" )
738738 @ ParameterizedTest
739739 @ MethodSource ("provideAllSupportedPrivileges" )
740740 @ DisplayName ("Should grant and revoke privileges on all tables" )
@@ -1053,7 +1053,7 @@ void grantOnSequence() {
10531053 );
10541054 }
10551055
1056- @ SuppressWarnings ("CheckStyle :MethodLength" )
1056+ @ SuppressWarnings ("checkstyle :MethodLength" )
10571057 @ Test
10581058 @ DisplayName ("Should grant and revoke privileges on all sequences" )
10591059 void grantOnAllSequences () {
You can’t perform that action at this time.
0 commit comments