Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Axel <[email protected]>
  • Loading branch information
KveinAxel committed Jan 12, 2024
1 parent 642a684 commit 7809206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/simulation/src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use itertools::Itertools;
use madsim::runtime::{Handle, NodeHandle};
use rand::seq::IteratorRandom;
use rand::Rng;
#[cfg(madsim)]
use risingwave_object_store::object::sim::SimServer as ObjectStoreSimServer;
use risingwave_pb::common::WorkerNode;
use sqllogictest::AsyncDB;
Expand Down Expand Up @@ -343,6 +344,7 @@ impl Cluster {
.build();

// object_store_sim
#[cfg(madsim)]
handle
.create_node()
.name("object_store_sim")
Expand Down

0 comments on commit 7809206

Please sign in to comment.