laysakura / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
5 stars 7 forks source link

[Bug]: Removing `unsafe {}` makes `cargo test` unstoppable #17

Closed laysakura closed 1 year ago

laysakura commented 1 year ago

What happened?

How to reproduce

cd sdks/rust
cargo test -- --skip target/debug

After you apply the diff in #16 , then the test execution pauses during Running tests/worker_test.rs.

Issue Priority

Priority: 3 (minor)

Issue Components