Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 4552300

Browse files
committed
use S3_URL for aws_endpoint
1 parent d7772e1 commit 4552300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqld/src/test/bottomless.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ async fn backup_restore() {
4545
bucket_name: BUCKET.to_string(),
4646
max_batch_interval: Duration::from_millis(250),
4747
restore_transaction_page_swap_after: 1, // in this test swap should happen at least once
48+
aws_endpoint: Some(S3_URL.to_string()),
4849
..bottomless::replicator::Options::from_env().unwrap()
4950
}),
5051
db_path: PATH.into(),
@@ -233,6 +234,7 @@ async fn rollback_restore() {
233234
bucket_name: BUCKET.to_string(),
234235
max_batch_interval: Duration::from_millis(250),
235236
restore_transaction_page_swap_after: 1, // in this test swap should happen at least once
237+
aws_endpoint: Some(S3_URL.to_string()),
236238
..bottomless::replicator::Options::from_env().unwrap()
237239
}),
238240
db_path: PATH.into(),

0 commit comments

Comments
 (0)