Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: tabVersion <tabvision@bupt.icu>
  • Loading branch information
tabVersion committed Mar 21, 2023
1 parent f93dcd6 commit 6425691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ workspace-hack = { path = "../workspace-hack" }

[dev-dependencies]
assert_matches = "1"
tracing-test = "0.2"
risingwave_hummock_test = { path = "../storage/hummock_test", features = ["test"] }
tracing-test = "0.2"
2 changes: 1 addition & 1 deletion src/stream/src/executor/source/source_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ impl<S: StateStore> Debug for SourceExecutor<S> {
mod tests {
use std::sync::atomic::AtomicU64;
use std::time::Duration;
use tracing_test::traced_test;

use maplit::{convert_args, hashmap};
use risingwave_common::array::StreamChunk;
Expand All @@ -504,6 +503,7 @@ mod tests {
use risingwave_source::connector_test_utils::create_source_desc_builder;
use risingwave_storage::memory::MemoryStateStore;
use tokio::sync::mpsc::unbounded_channel;
use tracing_test::traced_test;

use super::*;
use crate::executor::ActorContext;
Expand Down

0 comments on commit 6425691

Please sign in to comment.