tisonkun commented on issue #6059: URL: https://github.com/apache/opendal/issues/6059#issuecomment-2817134925
<img width="1728" alt="Image" src="https://github.com/user-attachments/assets/ab4c4eb0-117b-4096-b5f4-8d001a27b35e" /> You need: 1. Build the opendal-java shared lib - `./mvnw compile` 2. Add a `.env` file to turn on the related fixture 3. Run a test that can pass the `assume` tests Your issue here is: * The read-only related tests only turned on for services that are readonly. * You may not even load have `.env` file or related env vars set, so that op is `null` and assume tests failed. So all test cases are filtered. Close as answered. -- 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]
