RussellSpitzer commented on issue #2501: URL: https://github.com/apache/polaris/issues/2501#issuecomment-3254189612
All tests are now passing for me using the release branch. I have no idea why but after getting the one failure on @fabio-rizzo-01 's branch with the 403 error, I now have no issues running the suite on *any* branch with or without his changes. The steps I took 1. Checked out @fabio-rizzo-01 's branch 2. Ran the suite, got the 403 Forbidden exception instead of the no test port error 3. Added the debugging property as suggested by @adutra 4. Ran the suite, all tests passed 5. Removed the debugging property, all tests passed 6. Checked out 1.10 release branch, cleaned, all tests passed 7. Ran git clean -fxd, ran the test suite. None ran because the results were cached ... 8. Did a gradle clean, ran the suite all tests passed 9. Switched back to my download of the 1.10 release candidate in a different source tree, now all tests pass I'm not sure how but the integration suite must be leaking some state. But now once whenever needed to happen happened, I have no problems running the suite. -- 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]
