Bug 1133785 - Cannot run mixed-domain module on Oracle JDK8 as some older EAPs won't start
Summary: Cannot run mixed-domain module on Oracle JDK8 as some older EAPs won't start
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.4.0
Assignee: Jason T. Greene
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-26 07:15 UTC by Petr Kremensky
Modified: 2015-05-19 15:31 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-19 15:25:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
test in error (102.83 KB, text/xml)
2014-08-26 07:15 UTC, Petr Kremensky
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1015243 0 unspecified CLOSED Test latest domain configuration against previous versions of EAP 2021-02-22 00:41:40 UTC

Internal Links: 1015243

Description Petr Kremensky 2014-08-26 07:15:40 UTC
Created attachment 930757 [details]
test in error

Description of problem:
 Mixed-domain module cannot run on JDK8, because some older EAP versions won't start on it.

Version-Release number of selected component (if applicable):
 EAP 6.3.0
 $ java -version
 java version "1.8.0_20"
 Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
 Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

How reproducible:
 Always

Steps to Reproduce:
 1. ./integration-tests.sh -Djboss.test.mixed.domain.dir=$OLD_EAPS -Dts.noSmoke

Actual results:
 Starting EAP 6.1 with jdk8 stuck with:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
09:04:28,218 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.Final-redhat-1
09:04:28,383 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1
09:04:28,433 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) starting

 Running mixed-domain module on JDK8 ends with
Failed tests:
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_1_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_0_1>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_1_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_1_1>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_0_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_0_0>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_2_0_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_2_0>

Tests in error: 
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_0_Final_TestSuite: java.lang.RuntimeException: Could not start container

Additional info:
 We should exclude tests of EAP versions which fails to start on JDK8 from mixed-domain module (once JDK8 is used).

Comment 1 Petr Kremensky 2015-05-19 15:25:59 UTC
This was fixed by https://bugzilla.redhat.com/show_bug.cgi?id=1202959


Note You need to log in before you can comment on or make changes to this bug.