ensures connection is closed on keepalive timeout #409
gradle-pr.yml
on: pull_request
Matrix: build
Matrix: coretest
Matrix: jcstress
Matrix: othertest
Annotations
20 errors and 12 warnings
coretest (ubuntu-latest, 17):
KeepAliveTest.java#L186
0.0sec io.rsocket.core.KeepAliveTest > rSocketDisposedOnMissingKeepAlives()
java.lang.AssertionError: expectation "expectError(Class)" failed (expected: onError(ConnectionErrorException); actual: onComplete())
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$expectError$6(DefaultStepVerifierBuilder.java:374)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2289)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1529)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1477)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onComplete(DefaultStepVerifierBuilder.java:1117)
at reactor.core.publisher.SinkEmptyMulticast$VoidInner.complete(SinkEmptyMulticast.java:272)
at reactor.core.publisher.SinkEmptyMulticast.subscribe(SinkEmptyMulticast.java:213)
at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.toVerifierAndSubscribe(DefaultStepVerifierBuilder.java:891)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.verify(DefaultStepVerifierBuilder.java:831)
at io.rsocket.core.KeepAliveTest.rSocketDisposedOnMissingKeepAlives(KeepAliveTest.java:186)
|
coretest (ubuntu-latest, 17):
task ':rsocket-core:test'#L1
Execution failed for task ':rsocket-core:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-core/build/reports/tests/test/index.html
|
coretest (ubuntu-latest, 17)
Process completed with exit code 1.
|
coretest (ubuntu-latest, 11):
KeepAliveTest.java#L186
0.0sec io.rsocket.core.KeepAliveTest > rSocketDisposedOnMissingKeepAlives()
java.lang.AssertionError: expectation "expectError(Class)" failed (expected: onError(ConnectionErrorException); actual: onComplete())
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$expectError$6(DefaultStepVerifierBuilder.java:374)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2289)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1529)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1477)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onComplete(DefaultStepVerifierBuilder.java:1117)
at reactor.core.publisher.SinkEmptyMulticast$VoidInner.complete(SinkEmptyMulticast.java:272)
at reactor.core.publisher.SinkEmptyMulticast.subscribe(SinkEmptyMulticast.java:213)
at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.toVerifierAndSubscribe(DefaultStepVerifierBuilder.java:891)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.verify(DefaultStepVerifierBuilder.java:831)
at io.rsocket.core.KeepAliveTest.rSocketDisposedOnMissingKeepAlives(KeepAliveTest.java:186)
|
coretest (ubuntu-latest, 11):
task ':rsocket-core:test'#L1
Execution failed for task ':rsocket-core:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-core/build/reports/tests/test/index.html
|
coretest (ubuntu-latest, 11)
Process completed with exit code 1.
|
coretest (ubuntu-latest, 1.8):
KeepAliveTest.java#L186
0.0sec io.rsocket.core.KeepAliveTest > rSocketDisposedOnMissingKeepAlives()
java.lang.AssertionError: expectation "expectError(Class)" failed (expected: onError(ConnectionErrorException); actual: onComplete())
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$expectError$6(DefaultStepVerifierBuilder.java:374)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2289)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1529)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1477)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onComplete(DefaultStepVerifierBuilder.java:1117)
at reactor.core.publisher.SinkEmptyMulticast$VoidInner.complete(SinkEmptyMulticast.java:272)
at reactor.core.publisher.SinkEmptyMulticast.subscribe(SinkEmptyMulticast.java:213)
at reactor.core.publisher.Mono.subscribe(Mono.java:4490)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.toVerifierAndSubscribe(DefaultStepVerifierBuilder.java:891)
at reactor.test.DefaultStepVerifierBuilder$DefaultStepVerifier.verify(DefaultStepVerifierBuilder.java:831)
at io.rsocket.core.KeepAliveTest.rSocketDisposedOnMissingKeepAlives(KeepAliveTest.java:186)
|
coretest (ubuntu-latest, 1.8):
LoadbalanceTest.java#L163
45.3sec io.rsocket.loadbalance.LoadbalanceTest > shouldDeliverAllTheRequestsWithWeightedStrategy()
java.lang.AssertionError: RaceTestUtils.race wait timed out after 5s
at reactor.test.util.RaceTestUtils.race(RaceTestUtils.java:180)
at reactor.test.util.RaceTestUtils.race(RaceTestUtils.java:144)
at reactor.test.util.RaceTestUtils.race(RaceTestUtils.java:108)
at reactor.test.util.RaceTestUtils.race(RaceTestUtils.java:120)
at io.rsocket.loadbalance.LoadbalanceTest.shouldDeliverAllTheRequestsWithWeightedStrategy(LoadbalanceTest.java:163)
|
coretest (ubuntu-latest, 1.8):
task ':rsocket-core:test'#L1
Execution failed for task ':rsocket-core:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-core/build/reports/tests/test/index.html
|
coretest (ubuntu-latest, 1.8)
Process completed with exit code 1.
|
othertest (ubuntu-latest, 1.8):
io.rsocket.integration.KeepaliveTest > keepAliveTest()#L1
0.0sec io.rsocket.integration.KeepaliveTest > keepAliveTest()
reactor.netty.ChannelBindException: Failed to bind on [localhost:23200]
Suppressed: java.lang.Exception: #block terminated with an error
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:100)
at reactor.core.publisher.Mono.block(Mono.java:1742)
at io.rsocket.integration.KeepaliveTest.keepAliveTest(KeepaliveTest.java:34)
|
othertest (ubuntu-latest, 1.8):
task ':rsocket-transport-netty:test'#L1
Execution failed for task ':rsocket-transport-netty:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-transport-netty/build/reports/tests/test/index.html
|
othertest (ubuntu-latest, 1.8)
Process completed with exit code 1.
|
jcstress (ubuntu-latest, 1.8)
java.lang.Thread.onSpinWait()V
|
othertest (ubuntu-latest, 17):
io.rsocket.integration.KeepaliveTest > keepAliveTest()#L1
0.0sec io.rsocket.integration.KeepaliveTest > keepAliveTest()
reactor.netty.ChannelBindException: Failed to bind on [localhost:23200]
Suppressed: java.lang.Exception: #block terminated with an error
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:100)
at reactor.core.publisher.Mono.block(Mono.java:1742)
at io.rsocket.integration.KeepaliveTest.keepAliveTest(KeepaliveTest.java:34)
|
othertest (ubuntu-latest, 17):
task ':rsocket-transport-netty:test'#L1
Execution failed for task ':rsocket-transport-netty:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-transport-netty/build/reports/tests/test/index.html
|
othertest (ubuntu-latest, 17)
Process completed with exit code 1.
|
othertest (ubuntu-latest, 11):
io.rsocket.integration.KeepaliveTest > keepAliveTest()#L1
0.0sec io.rsocket.integration.KeepaliveTest > keepAliveTest()
reactor.netty.ChannelBindException: Failed to bind on [localhost:23200]
Suppressed: java.lang.Exception: #block terminated with an error
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:100)
at reactor.core.publisher.Mono.block(Mono.java:1742)
at io.rsocket.integration.KeepaliveTest.keepAliveTest(KeepaliveTest.java:34)
|
othertest (ubuntu-latest, 11):
task ':rsocket-transport-netty:test'#L1
Execution failed for task ':rsocket-transport-netty:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/rsocket-java/rsocket-java/rsocket-transport-netty/build/reports/tests/test/index.html
|
othertest (ubuntu-latest, 11)
Process completed with exit code 1.
|
build (ubuntu-latest, 11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build (ubuntu-latest, 17)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build (ubuntu-latest, 1.8)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
coretest (ubuntu-latest, 1.8)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
coretest (ubuntu-latest, 11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
jcstress (ubuntu-latest, 1.8)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
coretest (ubuntu-latest, 17)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
othertest (ubuntu-latest, 1.8)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
jcstress (ubuntu-latest, 11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
jcstress (ubuntu-latest, 17)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
othertest (ubuntu-latest, 11)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
othertest (ubuntu-latest, 17)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|