[
https://issues.apache.org/jira/browse/AVRO-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kousuke Saruta updated AVRO-3846:
---------------------------------
Description:
Sometimes one of tests named avro_3747 fails.
You can easily reproduce this issue by cargo test avro_3747.
These tests are run concurrently by Cargo test and those tests load/store the
same atomic variable so This seems race condition
was:
Sometimes one of tests named avro_3747 fails.
These tests are run concurrently by Cargo test and those tests load/store the
same atomic variable so This seems race condition
> Race condition can happen among serde tests
> -------------------------------------------
>
> Key: AVRO-3846
> URL: https://issues.apache.org/jira/browse/AVRO-3846
> Project: Apache Avro
> Issue Type: Bug
> Components: rust
> Affects Versions: 1.12.0
> Reporter: Kousuke Saruta
> Priority: Major
>
> Sometimes one of tests named avro_3747 fails.
> You can easily reproduce this issue by cargo test avro_3747.
> These tests are run concurrently by Cargo test and those tests load/store the
> same atomic variable so This seems race condition
--
This message was sent by Atlassian Jira
(v8.20.10#820010)