Galder Zamarreño created HRJS-33:
------------------------------------
Summary: Cluster tests randomly fail iteration
Key: HRJS-33
URL:
https://issues.jboss.org/browse/HRJS-33
Project: Infinispan Javascript client
Issue Type: Bug
Reporter: Galder Zamarreño
Very sheldon the cluster spec iteration tests fail with:
{code}
Failures:
1) Infinispan cluster client can iterate over entries in a cluster
Message:
java.util.NoSuchElementException
Stacktrace:
undefined
2) Infinispan cluster client can remove listener in cluster
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
3) Infinispan cluster client can execute a script remotely to store and retrieve data in
cluster mode
Message:
Expected 'cluster-typed-key' to be 'listen-distinct-1'.
Stacktrace:
Error: Expected 'cluster-typed-key' to be 'listen-distinct-1'.
at EventEmitter.<anonymous>
(/Users/g/0/infinispan/js-client/spec/utils/testing.js:317:26)
at EventEmitter.emit (events.js:106:17)
at emitKeyVersion (/Users/g/0/infinispan/js-client/lib/protocols.js:411:29)
at /Users/g/0/infinispan/js-client/lib/protocols.js:399:18
at Function.<anonymous>
(/Users/g/0/infinispan/js-client/lib/functional.js:185:16)
at /Users/g/0/infinispan/js-client/lib/functional.js:173:19
at ListenersMixin.decodeEvent
(/Users/g/0/infinispan/js-client/lib/protocols.js:475:18)
at Socket.onData (/Users/g/0/infinispan/js-client/lib/io.js:103:38)
4) Infinispan cluster client can execute a script remotely to store and retrieve data in
cluster mode
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
5) Infinispan cluster client can execute a script remotely to store and retrieve data in
distributed mode
Message:
Expected 'dist-cluster-typed-key' to be 'listen-distinct-1'.
Stacktrace:
Error: Expected 'dist-cluster-typed-key' to be 'listen-distinct-1'.
at EventEmitter.<anonymous>
(/Users/g/0/infinispan/js-client/spec/utils/testing.js:317:26)
at EventEmitter.emit (events.js:106:17)
at emitKeyVersion (/Users/g/0/infinispan/js-client/lib/protocols.js:411:29)
at /Users/g/0/infinispan/js-client/lib/protocols.js:399:18
at Function.<anonymous>
(/Users/g/0/infinispan/js-client/lib/functional.js:185:16)
at /Users/g/0/infinispan/js-client/lib/functional.js:173:19
at ListenersMixin.decodeEvent
(/Users/g/0/infinispan/js-client/lib/protocols.js:475:18)
at Socket.onData (/Users/g/0/infinispan/js-client/lib/io.js:103:38)
Finished in 12.721 seconds
10 tests, 26 assertions, 5 failures, 0 skipped
{code}
See attached TRACE logs from server (unfortunately no client logs)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)