This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5a8aef22d057d45d5424e13fe4a0445146db2da5
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Mar 21 17:53:41 2022 +0100

    [FLINK-26780][tests] Force RPC serialization
---
 tools/ci/test_controller.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/ci/test_controller.sh b/tools/ci/test_controller.sh
index 0d49ad6..8953956 100755
--- a/tools/ci/test_controller.sh
+++ b/tools/ci/test_controller.sh
@@ -105,7 +105,7 @@ if [ $STAGE == $STAGE_PYTHON ]; then
        run_with_watchdog "./flink-python/dev/lint-python.sh" 
$CALLBACK_ON_TIMEOUT
        EXIT_CODE=$?
 else
-       MVN_TEST_OPTIONS="-Dflink.tests.with-openssl 
-Dflink.tests.check-segment-multiple-free 
-Darchunit.freeze.store.default.allowStoreUpdate=false"
+       MVN_TEST_OPTIONS="-Dflink.tests.with-openssl 
-Dflink.tests.check-segment-multiple-free 
-Darchunit.freeze.store.default.allowStoreUpdate=false 
-Dakka.rpc.force-invocation-serialization"
        if [ $STAGE = $STAGE_FINEGRAINED_RESOURCE_MANAGEMENT ]; then
                if [[ ${PROFILE} == *"enable-adaptive-scheduler"* ]]; then
                        echo "Skipping fine grained resource management test 
stage in adaptive scheduler job"

Reply via email to