Skip to content

Commit f77363a

Browse files
committed
fix: fix
1 parent de16efa commit f77363a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/cluster_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
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

test/cluster/test_random.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

test/run-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)