Skip to content
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

Remove superfluous surefire configs #14116

Merged
merged 1 commit into from
Jan 5, 2021
Merged

Remove superfluous surefire configs #14116

merged 1 commit into from
Jan 5, 2021

Conversation

famod
Copy link
Member

@famod famod commented Jan 5, 2021

LogManager is pre-set in build-parent

Came up here: #14107 (comment)

LogManager is pre-set in build-parent
@ghost ghost added area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/grpc gRPC area/metrics labels Jan 5, 2021
@famod
Copy link
Member Author

famod commented Jan 5, 2021

Not sure what's wrong with this one grpc test on JDK15:

[ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.928 s <<< FAILURE! - in io.quarkus.grpc.server.devmode.GrpcDevModeTest
[ERROR] io.quarkus.grpc.server.devmode.GrpcDevModeTest.testProtoFileChangeReload  Time elapsed: 12.936 s  <<< ERROR!
java.nio.file.NoSuchFileException: /home/runner/work/quarkus/quarkus/extensions/grpc/deployment/target/quarkus-dev-mode-test11265904219930698224/target/classes/io/grpc/testing/integration/Messages$StreamingInputCallRequestOrBuilder.class
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55)
	at java.base/sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:148)
	at java.base/sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99)
	at java.base/java.nio.file.Files.readAttributes(Files.java:1843)
	at java.base/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
	at java.base/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
	at java.base/java.nio.file.FileTreeWalker.next(FileTreeWalker.java:373)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2840)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2876)
	at io.quarkus.deployment.util.FileUtil.deleteDirectory(FileUtil.java:21)
	at io.quarkus.test.QuarkusDevModeTest.afterEach(QuarkusDevModeTest.java:228)

Seems flaky/unrelated.

@gsmet gsmet merged commit e729c3d into quarkusio:master Jan 5, 2021
@ghost ghost added this to the 1.11 - master milestone Jan 5, 2021
@gsmet
Copy link
Member

gsmet commented Jan 5, 2021

Thanks!

@famod famod deleted the superfluous-surefire-configs branch January 5, 2021 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/grpc gRPC area/metrics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants