Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/aliyun/host-rust-lob-shadow-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ verify_oss_round_trips() {
fi
previous_end_ns=$end_ns
segment_dir="$tmp_dir/${market}-segment-${index}"
mkdir -m 0750 "$segment_dir"
install -d -m 0750 -o "$SERVICE_USER" -g "$SERVICE_USER" "$segment_dir"
zst_uri="${uri%/*}/$file"
zst_path="$segment_dir/$file"
manifest_path="$segment_dir/${file}.manifest.json"
Expand Down
1 change: 1 addition & 0 deletions deployment/aliyun/test-rust-lob-control-plane.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if grep -Fq -- '--argjson lob_continuity' "$GATE"; then
exit 1
fi
grep -Fq 'manifest changed between discovery and readback' "$GATE"
grep -Fq 'install -d -m 0750 -o "$SERVICE_USER" -g "$SERVICE_USER" "$segment_dir"' "$GATE"
grep -Fq 'manifest_sha256:$manifest_sha256' "$GATE"
grep -Fq 'readonly MAX_HEALTH_SILENCE_SECONDS=120' "$GATE"
grep -Fq 'and .all_symbols_bridged == true' "$GATE"
Expand Down
Loading