Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 936531 Details for
Bug 1136220
[QE] (6.4.0) Intermittent test failures due to 'Could not stop container' and 'Could not start container'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Hot fix
hot_fix (text/plain), 3.01 KB, created by
Petr Kremensky
on 2014-09-11 12:48:49 UTC
(
hide
)
Description:
Hot fix
Filename:
MIME Type:
Creator:
Petr Kremensky
Created:
2014-09-11 12:48:49 UTC
Size:
3.01 KB
patch
obsolete
>diff --git a/testsuite/integration/manualmode/src/test/config/arq/arquillian.xml b/testsuite/integration/manualmode/src/test/config/arq/arquillian.xml >index 45f3f64..c38b5bd 100644 >--- a/testsuite/integration/manualmode/src/test/config/arq/arquillian.xml >+++ b/testsuite/integration/manualmode/src/test/config/arq/arquillian.xml >@@ -8,7 +8,22 @@ > <configuration> > <property name="jbossHome">${basedir}/target/jbossas</property> > <property name="javaVmArguments">${server.jvm.args} -Djboss.inst=${basedir}/target/jbossas -Djboss.node.name=default-jbossas</property> >- <property name="serverConfig">${jboss.server.config.file.name:standalone-ha.xml}</property> >+ <property name="serverConfig">${jboss.server.config.file.name:standalone.xml}</property> >+ <property name="allowConnectingToRunningServer">true</property> >+ <property name="managementAddress">${node0:127.0.0.1}</property> >+ <property name="managementPort">${as.managementPort:9999}</property> >+ >+ <!-- AS7-4070 --> >+ <property name="waitForPorts">${as.debug.port:8787} ${as.managementPort:9999}</property> >+ <property name="waitForPortsTimeoutInSeconds">8</property> >+ </configuration> >+ </container> >+ >+ <container qualifier="jbossas-cli-https" default="false" mode="manual"> >+ <configuration> >+ <property name="jbossHome">${basedir}/target/jbossas</property> >+ <property name="javaVmArguments">${server.jvm.args} -Djboss.inst=${basedir}/target/jbossas -Djboss.node.name=jboss-cli-https</property> >+ <property name="serverConfig">standalone.xml</property> > <property name="allowConnectingToRunningServer">true</property> > <property name="managementAddress">${node0:127.0.0.1}</property> > <property name="managementPort">${as.managementPort:9999}</property> >diff --git a/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/management/cli/HTTPSConnectioWithCLITestCase.java b/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/management/cli/HTTPSConnectioWithCLITestCase.java >index 3a7d3ce..6f41160 100644 >--- a/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/management/cli/HTTPSConnectioWithCLITestCase.java >+++ b/testsuite/integration/manualmode/src/test/java/org/jboss/as/test/manualmode/management/cli/HTTPSConnectioWithCLITestCase.java >@@ -89,7 +89,7 @@ public class HTTPSConnectioWithCLITestCase { > private static final String RELOAD = "reload"; > private static final int MAX_RELOAD_TIME = 30000; > >- private static final String CONTAINER = "default-jbossas"; >+ private static final String CONTAINER = "jbossas-cli-https"; > private static final KeystoreFilesSetup keystoreFilesSetup = new KeystoreFilesSetup(); > private static final ManagementNativeRealmSetup managementNativeRealmSetup = new ManagementNativeRealmSetup(); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1136220
:
936531
|
936539