Bug 1172109
| Summary: | Test org.infinispan.test.integration.as.HotRodClientIT.testCacheManager fails | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Vojtech Juranek <vjuranek> |
| Component: | TestSuite | Assignee: | Martin Gencur <mgencur> |
| Status: | CLOSED NOTABUG | QA Contact: | Martin Gencur <mgencur> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | jdg-bugs, ttarrant, vchepeli |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-20 13:12:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Vojtech Juranek
2014-12-09 12:22:57 UTC
This test passes for me with CR1. It looks like it was fixed in the meantime. Martin Gencur <mgencur> updated the status of jira ISPN-5065 to Resolved This test fails for me on Windows machines with CR1 https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/edg-60-ispn-testsuite-windows/lastCompletedBuild/USE_JDK=JDK7,jdk=java17_default,label_exp=w2k12r2%20&&%20x86_64/testReport/org.infinispan.test.integration.as/HotRodClientIT/testCacheManager/ Re-opening, still see it in JDG 6.4 CR2: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/edg-60-ispn-testsuite-rhel/USE_JDK=JDK8,jdk=ibm17,label=RHEL6_x86_64/434/testReport/junit/org.infinispan.test.integration.as/HotRodClientIT/testCacheManager/ Does this only happen on JDK 7 now? There were two issues mixed in one, I think the JDK 6 one was fixed. Cannot confirm, I run recently tests only on JDK 7 and 8 (not on JDK 6) After looking at the server log, I found the following: JDG server could not be started because of Caused by: org.jboss.modules.ModuleNotFoundException: org.infinispan.persistence.jdbc:main This module could not be found by module org.infinispan.server.endpoint because the server contains only org.infinispan.cachestore.jdbc:main module. This module was contained in the build earlier, before renaming to "persistence". As the tests in as-integration-remote-client use a server distribution from server/integration/build/target, and the tests run sooner than server/integration/build is actually built, this issue is caused by running tests with server distribution that existed in the workspace from previous runs. To fix this, either change the order of modules so that server/integration is built first, or pass the following property that will point to the latest JDG server: -Dserver.build.dist=/home/mgencur/infinispan/6.4.0/cr2/jboss-datagrid-6.4.0-server I could not reproduce this issue locally in any way, most likely because I have up to date local server distribution. |