-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
JDG 7.1.0 CR1
-
None
The test started to fail again (it was fixed in JDG 7.0, see the linked JIRA) with following stacktrace:
java.lang.AssertionError: http://127.0.0.1:8080/rest/default/a expected:<200> but was:<404> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.infinispan.server.test.client.rest.RESTHelper.get(RESTHelper.java:161) at org.infinispan.server.test.client.rest.AbstractRESTAsyncIT.testPutOperation(AbstractRESTAsyncIT.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498)
- is related to
-
JDG-238 RESTAsyncIT.testPutOperations fails randomly on Windows machine
- Closed