Skip to content

Commit

Permalink
remove unneccessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Oct 17, 2024
1 parent b3819c7 commit 8283cd2
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ async fn test_sink_decouple_err_isolation() -> Result<()> {
test_source.create_stream_count.load(Relaxed)
);

let result = session
.run("select * from rw_event_logs where event_type = 'SINK_FAIL'")
.await?;
assert!(!result.is_empty());
println!("Sink fail event: {:?}", result);

assert_eq!(0, test_sink.parallelism_counter.load(Relaxed));
test_sink.store.check_simple_result(&test_source.id_list)?;
assert!(test_sink.store.inner().checkpoint_count > 0);
Expand Down

0 comments on commit 8283cd2

Please sign in to comment.