File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Run cluster tests
2323 run : NUM_ITER=100 SAME_PROCESS_MOUNT=1 make run-cluster-test
24- timeout-minutes : 20
24+ timeout-minutes : 25
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ _cluster_setup() {
3131 mkdir -p " $TEST_ARTIFACTS /test_random"
3232 touch " $TEST_ARTIFACTS /test_random/log1" " $TEST_ARTIFACTS /test_random/log2" " $TEST_ARTIFACTS /test_random/log3"
3333
34- opts=" --debug_fuse --debug_grpc --log-format console --log-level debug --no-log-color"
34+ # opts="--debug_fuse --debug_grpc --log-format console --log-level debug --no-log-color"
35+ opts=" --log-format console --no-log-color"
3536 nodes=" --cluster-peer=1:localhost:1337 --cluster-peer=2:localhost:1338 --cluster-peer=3:localhost:1339"
3637
3738 MNT1=$( mktemp --suffix .node1 -d)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if [ $CLOUD == "s3" ]; then
3333 echo jclouds.provider=filesystem >> test/s3proxy_test.properties
3434 echo jclouds.filesystem.basedir=/tmp/s3proxy >> test/s3proxy_test.properties
3535 fi
36- PROXY_BIN=" java --add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
36+ PROXY_BIN=" java -Xms512m -Xmx8g - -add-opens java.base/java.lang=ALL-UNNAMED -jar s3proxy.jar --properties test/s3proxy_test.properties"
3737 export AWS_ACCESS_KEY_ID=foo
3838 export AWS_SECRET_ACCESS_KEY=bar
3939 export ENDPOINT=http://localhost:$PROXY_PORT
You can’t perform that action at this time.
0 commit comments