You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/11/03 15:40:51 UTC

[I] local::tests::invalid_path fails during object store release verification [arrow-rs]

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: github-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] local::tests::invalid_path fails during object store release verification [arrow-rs]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on issue #5035:
URL: https://github.com/apache/arrow-rs/issues/5035#issuecomment-1792671327

   Fixed by @tustvold  in https://github.com/apache/arrow-rs/pull/5026


-- 
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: github-unsubscribe@arrow.apache.org

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


Re: [I] local::tests::invalid_path fails during object store release verification [arrow-rs]

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #5035: local::tests::invalid_path fails during object store release  verification
URL: https://github.com/apache/arrow-rs/issues/5035


-- 
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: github-unsubscribe@arrow.apache.org

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