This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macOS | |
./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering -P="-ts.clustering.cluster.ha.profile,-ts.clustering.cluster.fullha.profile,-ts.clustering.byteman.profile,-ts.clustering.single.profile" | |
winOS | |
git fetch origin | |
git checkout origin/windows | |
mvnw.cmd -f server\testdriver\pom.xml clean install -DskipTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01:30:32,311 ERROR [org.jboss.as.arquillian.container.ServerSetupObserver] (testng-CoarseHotRodPersistenceWebFailoverTestCase) Setup task failed during tear down. Offending class 'org.jboss.as.test.clustering.cluster.web.remote.InfinispanServerSetupTask@5633dafd': org.jboss.as.cli.CliInitializationException: Failed to initialize commands | |
at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:445) | |
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:157) | |
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:58) | |
at org.jboss.as.test.integration.management.util.CLITestUtil.getCommandContext(CLITestUtil.java:58) | |
at org.jboss.as.test.shared.CLIServerSetupTask.executeCommands(CLIServerSetupTask.java:69) | |
at org.jboss.as.test.shared.CLIServerSetupTask.tearDown(CLIServerSetupTask.java:62) | |
at org.jboss.as.arquillian.container.ServerSetupObserver$ServerSetupTaskHolder.tearDown(ServerSetupObserver.java: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/core/src/main/java/org/jboss/modcluster/ModClusterService.java | |
+++ b/core/src/main/java/org/jboss/modcluster/ModClusterService.java | |
@@@ -265,7 -265,7 +265,12 @@@ public class ModClusterService implemen | |
@Override | |
public void connectionEstablished(InetAddress localAddress) { | |
for (Engine engine : this.server.getEngines()) { | |
-- Connector connector = engine.getProxyConnector(); | |
++ Connector connector; | |
++ try { | |
++ connector = engine.getProxyConnector(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sonos | |
Audio: 49667 sent, 0 attempted recovery, 0.0% | |
Audio recovery timing: 0 packets, min/avg/max/stddev inf/nan/-inf/nan | |
RTSP: 46 packets, min/avg/max/stddev 0.000772/0.013622/0.312279/0.057039 | |
Timing: 157 packets, min/avg/max/stddev 0.000371/2.518091/2.998510/0.400111 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rhusar@ribera jboss-eap7]$ ./build.sh | |
./build.sh: line 91: ulimit: open files: cannot modify limit: Invalid argument | |
build.sh: Could not set maximum file descriptor limit: unlimited | |
/Users/rhusar/git/jboss-eap7/mvnw -Dmaven.user.home=/Users/rhusar/git/jboss-eap7/tools install | |
Downloading https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip | |
.............................................................................................................................................................................................................................................................................................................................................................................................................................................. | |
Unzipping /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9-bin.zip to /Users/rhusar/git/jboss-eap7/tools/wrapper/dists/apache-maven-3.3.9-b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rhusar@ribera jboss-eap7]$ ./mvnw | |
[INFO] Scanning for projects... | |
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://download.devel.redhat.com/brewroot/repos/jb-eap-7.3-maven-build/latest/maven/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://maven.repository.redhat.com/ga/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
Downloading: https://repo.maven.apache.org/maven2/org/wildfly/core/wildfly-core-parent/10.1.0.Final-redhat-00001/wildfly-core-parent-10.1.0.Final-redhat-00001.pom | |
[ERROR] [ERROR] Some problems were encountered wh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class SingletonService implements Service { | |
private Logger LOG = Logger.getLogger(this.getClass()); | |
private Node node; | |
private Supplier<Group> groupSupplier; | |
private Consumer<Node> nodeConsumer; | |
SingletonService(Supplier<Group> groupSupplier, Consumer<Node> nodeConsumer) { | |
this.groupSupplier = groupSupplier; | |
this.nodeConsumer = nodeConsumer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.eclipse.microprofile.metrics.tck | |
(1) | |
GlobalTagsTest.customConfigSource | |
org.wildfly.test.integration.microprofile.config.smallrye.app | |
(2) | |
MicroProfileConfigTestCase.testGetWithArraySetListDefaultProperties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.util.concurrent.ExecutionException: org.jboss.weld.contexts.ContextNotActiveException: WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped | |
at io.smallrye.faulttolerance.HystrixCommandInterceptor.unwrapExecutionException(HystrixCommandInterceptor.java:713) | |
at io.smallrye.faulttolerance.HystrixCommandInterceptor.access$700(HystrixCommandInterceptor.java:101) | |
at io.smallrye.faulttolerance.HystrixCommandInterceptor$AsyncFuture.get(HystrixCommandInterceptor.java:611) | |
at org.wildfly.test.microprofile.faulttolerance.async.requestcontext.AsynchronousRequestContextTest.testRequestContextActive(AsynchronousRequestContextTest.java:50) | |
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) | |
at org.junit.runners.model.FrameworkMethod$1.runReflectiveC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-10-31 23:18:47,368 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 95) ISPN000030: Passivated 2 entries in 182 milliseconds | |
2019-10-31 23:18:57,371 WARN [org.infinispan.transaction.impl.TransactionTable] (ServerService Thread Pool -- 95) ISPN000100: Stopping, but there are 1 local transactions and 0 remote transactions that did not finish in time. | |
2019-10-31 23:19:49,819 WARN [org.infinispan.CONTAINER] (expiration-thread--p14-t1) ISPN000026: Caught exception purging data container!: org.infinispan.IllegalLifecycleStateException: Cannot wire or start components while the registry is not running | |
at org.infinispan.factories.impl.BasicComponentRegistryImpl.prepareWrapperChange(BasicComponentRegistryImpl.java:661) | |
at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireWrapper(BasicComponentRegistryImpl.java:204) | |
at org.infinispan.factories.impl.BasicComponentRegistryImpl.access$1000(BasicComponentRegistryImpl.java:30) | |
at org.infinispan.factories.impl.BasicComponentRegistryImpl$Co |
NewerOlder