srknzl
srknzl
Failed again on commit https://github.com/hazelcast/hazelcast/pull/21838/commits/b6d4ea5a777c45cacf268ddb7969986fdaea4b4c https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/12994/testReport/junit/com.hazelcast.jet.kinesis/KinesisIntegrationTest/restart_dynamicStream_graceful/ Error Message ``` Messages for key 230 differ! expected: 100 actual: 11 expected: but was: ``` Stacktrace ``` java.lang.AssertionError: Messages for key 230 differ!...
Failed again https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/13077/
Failed on PR builder https://jenkins.hazelcast.com/job/Hazelcast-pr-builder/12856/testReport/junit/com.hazelcast.internal.server.tcp/ProtocolNegotiationTest/verifyOnlyTheProtocolHeaderIsSent_advancedNetworking_false_/ `com.hazelcast.internal.server.tcp.ProtocolNegotiationTest.verifyOnlyTheProtocolHeaderIsSent[advancedNetworking:false]` Error Message ``` expected java.lang.IllegalStateException to be thrown, but nothing was thrown ``` Stacktrace ``` java.lang.AssertionError: expected java.lang.IllegalStateException to be thrown, but nothing was...
Note: In order to easily do this we can add constructor functions of builtin methods to the registrations:  As can be seen, we are using strings as keys. We...
> I am not sure if anything is right but can not say why it is wrong. 😄 What? Looks good, thanks
Adding a test may not be possible because server side code is needed. I don't know if we have a filter in the test jar. A code sample requires users...
We can do and we should. It is in the test jar. https://github.com/hazelcast/hazelcast/blob/14ef0dbefa4a6fa00a50a8873aeea02ec6c3f5e4/hazelcast/src/test/java/com/hazelcast/client/test/PrefixFilter.java#L26
Does not fail on my local computer on windows. Seems like related to gh actions env
I think the fail is because somehow `const UNREACHABLE_HOST = '192.168.0.1';` was reachable going to change it to an ip that is not reachable for sure.
The fail happened again in https://github.com/hazelcast/hazelcast-nodejs-client/actions/runs/3148328777/jobs/5118740859#step:9:5841