]
Galder Zamarreño reassigned HRJS-75:
------------------------------------
Assignee: Galder Zamarreño
Update to Infinispan 9.4.0.CR2 failing
--------------------------------------
Key: HRJS-75
URL:
https://issues.jboss.org/browse/HRJS-75
Project: Infinispan Javascript client
Issue Type: Bug
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Priority: Blocker
Fix For: 0.6.0
9.4.0.CR1 is working fine but CR2 seems to break pretty much all functional tests:
{code}
rm -drf tmp-tests.log && node node_modules/jasmine-node/lib/jasmine-node/cli.js
spec/infinispan_local_spec.js --captureExceptions
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Failures:
1) Infinispan local client can put -> get -> remove a key/value pair
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
...
{code}