You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/09/08 11:06:00 UTC

[jira] [Commented] (AVRO-3846) Race condition can happen among serde tests

    [ https://issues.apache.org/jira/browse/AVRO-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763041#comment-17763041 ] 

ASF subversion and git services commented on AVRO-3846:
-------------------------------------------------------

Commit 60796e5df4581589717cfa32952da792dec79b68 in avro's branch refs/heads/dependabot/maven/lang/java/io.netty-netty-bom-4.1.97.Final from Kousuke Saruta
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=60796e5df ]

AVRO-3846: [Rust] Fix race condition among serde tests (#2467)

* AVRO-3846: [Rust] Fix race condition among serde tests

* Group related tests

> 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
>            Assignee: Kousuke Saruta
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.3
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)