Skip to content

Commit

Permalink
fix(ci): change backfill test config (#18994)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored Oct 18, 2024
1 parent 20bd924 commit b801234
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLUSTER_PROFILE='ci-1cn-1fe-user-kafka-with-recovery'
echo "--- Configuring cluster profiles"
if [[ -n "${BUILDKITE:-}" ]]; then
echo "Running in buildkite"
RUNTIME_CLUSTER_PROFILE='ci-3cn-1fe'
RUNTIME_CLUSTER_PROFILE='ci-backfill-3cn-1fe'
MINIO_RATE_LIMIT_CLUSTER_PROFILE='ci-backfill-3cn-1fe-with-minio-rate-limit'
else
echo "Running locally"
Expand Down
22 changes: 22 additions & 0 deletions risedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,28 @@ profile:
- use: frontend
- use: compactor

ci-backfill-3cn-1fe:
config-path: src/config/ci-longer-streaming-upload-timeout.toml
steps:
- use: minio
- use: sqlite
- use: meta-node
meta-backend: sqlite
- use: compute-node
port: 5687
exporter-port: 1222
enable-tiered-cache: true
- use: compute-node
port: 5688
exporter-port: 1223
enable-tiered-cache: true
- use: compute-node
port: 5689
exporter-port: 1224
enable-tiered-cache: true
- use: frontend
- use: compactor

ci-backfill-3cn-1fe-with-monitoring:
config-path: src/config/ci-longer-streaming-upload-timeout.toml
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/config/ci-backfill.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ telemetry_enabled = false
stream_chunk_size = 10

[storage.object_store.retry]
streaming_upload_attempt_timeout_ms = 30000
streaming_upload_attempt_timeout_ms = 20000

[system]
# NOTE(kwannoel): If can't reproduce it, set to a lower number.
Expand Down
2 changes: 1 addition & 1 deletion src/config/ci-longer-streaming-upload-timeout.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stream_exchange_concurrent_barriers = 10
imm_merge_threshold = 2

[storage.object_store.retry]
streaming_upload_attempt_timeout_ms = 30000
streaming_upload_attempt_timeout_ms = 20000
upload_retry_attempts = 5
read_attempt_timeout_ms = 16000
read_retry_attempts = 6
Expand Down

0 comments on commit b801234

Please sign in to comment.