-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Tests BasicIT is failing with message about RocksdbMavenPomCache #506
Comments
Hmm; I've tried to replicate this locally, but as I'm on Linux I'm not seeing the same issue; used Ubuntu 22.4.1 & Maven 3.9.0 on Temurin 17.0.6 to get as close as possible. I did notice @sambsnyd recently made two changes to RocksDB handling, even though he's on Windows, while the rest of the team is on Macs. openrewrite/rewrite@2311dec & openrewrite/rewrite@8f847c4 . I'm tempted to ignore that known warning if it occurs: #507 . Even if it's something to fix, that would have to go into openrewrite/rewrite rather than fail a test in the Maven plugin. |
As far as I understood the code it was related to MacOS only. Sound like an reasonable way to solve that via #507. So I close that. Thanks for your deeper dive into it. |
You're welcome, thanks for reporting it here! Without a Mac or this report I would have never known. |
I currenlty facing the issue related to the integration test
BasicIT
.The above is caused by the WARNING during the Maven build:
Testing environment:
From my understanding the produced warning is related to the underlying OS (in my case MacOS)...
The text was updated successfully, but these errors were encountered: