Skip to content

Commit 5df2099

Browse files
authored
Reenable serial test for s3 tests because we currently starts servers on same ports. (quickwit-oss#496)
1 parent ea44944 commit 5df2099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quickwit-cli/tests/cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ use predicates::prelude::*;
3131
use quickwit_cli::{create_index_cli, CreateIndexArgs};
3232
use quickwit_metastore::{Metastore, MetastoreUriResolver, SplitState};
3333
use serde_json::{Number, Value};
34+
use serial_test::serial;
3435
use std::{io::Read, path::Path};
3536
use tokio::time::{sleep, Duration};
3637

@@ -587,6 +588,7 @@ async fn test_cmd_dry_run_delete_on_s3_localstack() -> Result<()> {
587588

588589
/// testing the api via cli commands
589590
#[tokio::test]
591+
#[serial]
590592
#[cfg_attr(not(feature = "ci-test"), ignore)]
591593
async fn test_all_with_s3_localstack_cli() -> Result<()> {
592594
let index_id = "s3_index_1";
@@ -677,6 +679,7 @@ async fn test_all_with_s3_localstack_cli() -> Result<()> {
677679

678680
/// testing the api via structs of the lib (if available)
679681
#[tokio::test]
682+
#[serial]
680683
#[cfg_attr(not(feature = "ci-test"), ignore)]
681684
async fn test_all_with_s3_localstack_internal_api() -> Result<()> {
682685
let index_id = "s3_index_2";

0 commit comments

Comments
 (0)