-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.0.0.ER4
-
None
Description of problem:
Some EJB tests fail with IBM JDK. This tests fail if all tests from basic-integration-default-web.surefire execution of basic module are run. If these tests are run without other tests from basic module. these tests pass.
- IBM JDK version: IBMJDK 1.8.0 build 20151023_01(SR2)
How reproducible:
Always
Steps to Reproduce:
- ./integration-tests.sh -Dmaven.repo.local=$MAVEN_REPO_LOCAL -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIP_1 -Dnode1=$MYTESTIP_2 -Dmcast=$MCAST_ADDR -Dts.noSmoke -Djboss.dist=$JBOSS_DIST -Dts.basic
Actual results:
Logs are attached. Wrong tests:
org.jboss.as.test.integration.ejb.interceptor.invocationcontext.InvocationContextTestCase.tesTimerInvocationContext org.jboss.as.test.integration.ejb.timerservice.aroundtimeout.TimerServiceInterceptorOrderTestCase.testArountTimeoutInterceptorOrder org.jboss.as.test.integration.ejb.timerservice.cancelation.TimerServiceCancellationTestCase.testCancelSimpleWhileTimeoutActive org.jboss.as.test.integration.ejb.timerservice.cancelation.TimerServiceCancellationTestCase.testCancelCalendarWhileTimeoutActive org.jboss.as.test.integration.ejb.timerservice.cdi.requestscope.CDIRequestScopeTimerServiceTestCase.testRequestScopeActive org.jboss.as.test.integration.ejb.timerservice.entity.BMPEntityBeanTimerTestCase.testEntityBeanTimerService org.jboss.as.test.integration.ejb.timerservice.mgmt.PersistentIntervalTimerManagementTestCase.testTrigger org.jboss.as.test.integration.ejb.timerservice.mgmt.PersistentIntervalTimerManagementTestCase.testSuspendAndTrigger org.jboss.as.test.integration.ejb.timerservice.mgmt.TimerManagementTestCase.testResourceExistence org.jboss.as.test.integration.ejb.timerservice.mgmt.TimerManagementTestCase.testSuspendAndActivate org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceFirstTestCase.testSimplePersistentTimer org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceFirstTestCase.testPersistentCalendarTimer org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceFirstTestCase.createAndCancelTimerService org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceSecondTestCase.testPersistentCalendarTimer org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceSecondTestCase.testTimerServiceNonPersistent org.jboss.as.test.integration.ejb.timerservice.persistence.TimerServicePersistenceSecondTestCase.testTimerServiceCalled org.jboss.as.test.integration.ejb.timerservice.persistence.legacy.LegacyTimerFormatTestCase.createTimerService org.jboss.as.test.integration.ejb.timerservice.schedule.SimpleScheduleFirstTestCase.testScheduleAnnotation org.jboss.as.test.integration.ejb.timerservice.schedule.SimpleScheduleFirstTestCase.testSchedulesAnnotation org.jboss.as.test.integration.ejb.timerservice.security.TimerServiceCallerPrincipleTestCase.testGetCallerPrincipleInTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.security.runas.TimeoutMethodWithRunAsAnnotationTestCase.testTimeoutMethodWithRunAsAnnotation org.jboss.as.test.integration.ejb.timerservice.serialization.TimerServiceSerializationFirstTestCase.testCreateTimerWithInfo org.jboss.as.test.integration.ejb.timerservice.serialization.TimerServiceSerializationSecondTestCase.testTimerServiceRestoredWithCorrectInfo org.jboss.as.test.integration.ejb.timerservice.simple.SimpleTimerServiceTestCase.testAnnotationTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.simple.SimpleTimerServiceTestCase.testTimedObjectTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.simple.SimpleTimerServiceTestCase.testIntervalTimer org.jboss.as.test.integration.ejb.timerservice.tx.retry.TimerRetryTestCase.testExceptionRetry org.jboss.as.test.integration.ejb.timerservice.tx.retry.TimerRetryTestCase.testRollbackRetry org.jboss.as.test.integration.ejb.timerservice.tx.timeout.TxTimeoutTimerServiceTestCase.testPublicTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.tx.timeout.TxTimeoutTimerServiceTestCase.testPrivateTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.view.ViewTimerServiceTestCase.testTimedObjectTimeoutMethod org.jboss.as.test.integration.ejb.timerservice.view.ViewTimerServiceTestCase.testAnnotationTimeoutMethod
Expected results:
No error
Additional info:
Jenkins reproducer job: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-AS-Testsuite/view/EAP7-AS-Testsuite-Reproducers/job/eap-7x-as-testsuite-test-integ-rhel-timer/6/jdk=ibm1.8,label_exp=eap-sustaining&&EAP-RHEL7/#showFailuresLink
- duplicates
-
JBEAP-4167 Server is unable to invoke @Timeout method after 10 methods are called on Asynchronous bean on IBM JDK
-
- Closed
-
- is caused by
-
JBEAP-4167 Server is unable to invoke @Timeout method after 10 methods are called on Asynchronous bean on IBM JDK
-
- Closed
-