sarutak opened a new pull request, #2467:
URL: https://github.com/apache/avro/pull/2467

   AVRO-3846
   
   ## What is the purpose of the change
   This PR fixes an issue that race condition happens among serde tests named 
avro_3747*.
   
   
   Sometimes one of tests named avro_3747* fails.
   You can easily reproduce this issue frequently with cargo test like as 
follows.
   ```
   $ cargo test avro_3747
   ```
   
   The reason is that these tests run concurrently and save/load the same 
atomic variable.
   So this PR introduces `serial_test` crate and make these tests run in serial.
   
   ## Verifying this change
   Confirmed tests named avro_3747* don't fail.
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (no)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to