noidname01 opened a new issue, #4136: URL: https://github.com/apache/gravitino/issues/4136
### Version main branch ### Describe what's wrong * `test_simple_auth_provider.py` will set the enviroment variable globally, so all testcase run after it will be influenced * All testcases between files should not interfere wih each other ### Error message and/or stacktrace <img width="1470" alt="image" src="https://github.com/apache/gravitino/assets/55401762/b0b04861-3261-43ac-aee1-fc4afe7f2e21"> ### How to reproduce The `unittest` module will run all test with lexical order, so if we change the file structure like this, the test would fail. <img width="311" alt="image" src="https://github.com/apache/gravitino/assets/55401762/fe49a0db-c56e-4dfc-8336-52796ecd8649"> ### Additional context _No response_ -- 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]
