-
Bug
-
Resolution: Done
-
Major
-
JDG 7.1.0 ER3
-
None
During ER3 testing the following issues have been discovered:
1. domain.xml/host.xml uses wrong versions for components (e.g. urn:jboss:domain:4.2), but for JDG 7.1 server it should be urn:jboss:domain:4.0.
2. After changing the xml files properly, the following test failures appear:
Failures: 1) Infinispan cluster client can remove listener in cluster Message: timeout: timed out after 5000 msec waiting for spec to complete Stacktrace: undefined 2) 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 3) Infinispan local client working with expiry operations removes keys when their max idle time has expired in cluster Message: timeout: timed out after 5000 msec waiting for spec to complete Stacktrace: undefined Finished in 48.172 seconds 140 tests, 566 assertions, 3 failures, 0 skipped
The configuration issues as well as tests are fixed with the following pull request:
https://github.com/infinispan/jdg-js-client/pull/14