Skip to content

Commit c20e05b

Browse files
committed
Enable py4j integration tests in system-tests
There are 26 tests (+1 added now) in PythonControllerInteractionIT.java, which is in nifi-py4j-integration-tests, but these were not run in any of the CI jobs. I have added them to system-tests, because integration-tests explicitly skips nifi-py4j-integration-tests with a comment that it is run as part of system-tests.
1 parent f77ac35 commit c20e05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/system-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ env:
6161
-pl :nifi-python-framework
6262
-pl :nifi-python-extension-api
6363
-pl :nifi-python-test-extensions
64+
-pl :nifi-py4j-integration-tests
6465
-pl nifi-system-tests/nifi-system-test-suite
6566
-pl nifi-system-tests/nifi-stateless-system-test-suite
6667

0 commit comments

Comments
 (0)