alamb opened a new issue, #5035:
URL: https://github.com/apache/arrow-rs/issues/5035

   **Describe the bug**
    
   This test fails during verification of the object_store release 
https://lists.apache.org/thread/x70914oc1np4w20j353p4wn94t99cmox
   ```
   ---- local::tests::invalid_path stdout ----
   thread 'local::tests::invalid_path' panicked at src/local.rs:1389:9:
   assertion `left == right` failed
     left: [Path { raw: "directory/child.txt" }, Path { raw: "💀" }]
    right: [Path { raw: "💀" }, Path { raw: "directory/child.txt" }]
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   
   failures:
       local::tests::invalid_path
   ```
   
   **To Reproduce**
   Run `./dev/release/verify-release-candidate.sh 0.8.0 1`
   
   
   
   **Expected behavior**
   Should pass
   
   **Additional context**
   The test appears to be non deterministic as it relies on the order of 
directories entries from the local filesystem


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to