View gist:045911483dfca81173ce82afcf04a362
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
[ Response code: 200, Response body: SUCCESS ] | |
]]></system-err> | |
</testcase> | |
<testcase name="testCopyCompletableFuture" classname="ee.jakarta.tck.concurrent.spec.ManagedExecutorService.resourcedef.ManagedExecutorDefinitionWebTests" time="0.006"> | |
<system-err><![CDATA[Aug 01, 2022 7:12:57 AM ee.jakarta.tck.concurrent.framework.TestLogger exit | |
INFO: <-- testAsynchronousMethodVoidReturnType | |
[ null ] | |
Aug 01, 2022 7:12:57 AM ee.jakarta.tck.concurrent.framework.TestLogger enter | |
INFO: --> testCopyCompletableFuture | |
[ testCopyCompletableFuture ] |
View gist:8c339ee55a3c218b560234f24c06d872
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
INFO: Invoke QualifierInheritedTest.testResolution: 6/1,831 Failed tests: 0 (5) | |
[Utils] [ERROR] [Error] java.lang.RuntimeException: java.lang.RuntimeException: org.jboss.arquillian.core.spi.InvocationException: org.jboss.arquillian.container.spi.client.container.LifecycleException: The java process starting the managed server exited unexpectedly with code [1] | |
at org.jboss.arquillian.testng.Arquillian$1.initialValue(Arquillian.java:63) | |
at org.jboss.arquillian.testng.Arquillian$1.initialValue(Arquillian.java:55) | |
at java.base/java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:195) | |
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:172) | |
at org.jboss.arquillian.testng.Arquillian.arquillianArgumentProvider(Arquillian.java:240) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor |
View gist:7dd9b62089a17da246b1bf8cf0a59eef
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
wget https://download.eclipse.org/jakartaee/platform/9.1/jakarta-jakartaeetck-9.1.0.zip | |
unzip jakarta-jakartaeetck-9.1.0.zip | |
cd jakartaeetck/dist/com/sun/ts/tests/concurrency | |
find -name *.ear | wc -l | |
21 | |
find -name *.ear | |
./spec/ManagedThreadFactory/tx/concurrency_spec_ManagedThreadFactory_tx.ear | |
./spec/ManagedThreadFactory/context/context.ear |
View gist:404db044a9745095b13050547044318d
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
From https://ci.eclipse.org/jakartaee-tck/job/10/job/jakarta-concurrency-tck-glassfish-run_hacktest run #10 | |
Copied from https://ci.eclipse.org/jakartaee-tck/job/10/job/jakarta-concurrency-tck-glassfish-run_hacktest/10/artifact/glassfish-runner/concurrency-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log/*view*/ | |
[2022-06-28T19:29:49.139+0000] [glassfish 7.0] [SEVERE] [NCLS-CORE-00026] [jakarta.enterprise.system.core] [tid: _ThreadID=50 _ThreadName=admin-listener(1)] [timeMillis: 1656444589139] [levelValue: 1000] [[ | |
Exception during lifecycle processing | |
java.lang.IllegalArgumentException: Invalid ejb jar [inheritedapi]: it contains zero ejb. | |
Note: | |
1. A valid ejb jar requires at least one session, entity (1.x/2.x style), or message-driven bean. | |
2. EJB3+ entity beans (@Entity) are POJOs and please package them as library jar. |
View gist:c98dfea7dc908ea186f51349a069e78c
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
export WORKSPACE=$PWD | |
wget --no-cache https://download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.4-dist.zip -O latest-cdi-tck-dist.zip | |
sha256sum latest-cdi-tck-dist.zip | |
unzip latest-cdi-tck-dist.zip | |
export MAVEN_OPTS | |
export JBOSS_DIR=wildfly | |
export JBOSS_ZIP=./wildfly.zip |
View gist:859c6832b0a74c19d54e684c0b9ade67
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
503 errors with latest run of cdi porting kit with 4.0.3 cdi tck: | |
[INFO] Reactor Summary for Arquillian Aggregator 1.7.0.Final-SNAPSHOT: | |
[INFO] | |
[INFO] Arquillian Aggregator .............................. SUCCESS [ 33.309 s] | |
[INFO] Arquillian Build ................................... SUCCESS [ 10.378 s] | |
[INFO] Arquillian Core API ................................ FAILURE [ 0.404 s] | |
[INFO] Arquillian Core SPI ................................ SKIPPED | |
[INFO] Arquillian Core Implementation Base ................ SKIPPED | |
[INFO] Arquillian Core Aggregator ......................... SUCCESS [ 0.205 s] | |
[INFO] Arquillian Config API .............................. FAILURE [ 0.406 s] |
View gist:fe889ea7aec7dcf5e920ec6c30e0f4a3
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
https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/174 | |
mvn --global-settings /home/jenkins/agent/workspace/cditck-porting_master/cdi-tck-glassfish-porting/settings.xml clean install -DskipTests | |
. | |
. | |
. | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 45.747 s (Wall Clock) |
View gist:f6a9fb1ea753a6ff973f93395f95148d
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
tree | |
. | |
├── bin | |
│ ├── build.xml | |
│ ├── certificates | |
│ │ ├── clientcert.jks | |
│ │ ├── clientcert.p12 | |
│ │ ├── cts_cert | |
│ │ └── README |
View gist:6f58ebbe66885cc08d45aec5da869f95
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
WildFly server.log deploying ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war for running ejb30/lite/appexception/singleton/inheritance Jakarta EE 10 Platform TCK tests: | |
Found ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war in deployment directory. To trigger deployment create a file called ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war.dodeploy | |
2022-06-01 10:05:59,198 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location /home/smarlow/work/jakarta/10tck/wildfly/ee-9/dist/target/wildfly-preview-27.0.0.Alpha2-SNAPSHOT/standalone/data/content/b7/8679fa50a2c101ea13963a0bdc847645648c72/content | |
2022-06-01 10:05:59,202 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war" (runtime-name: "ejblite_appexception_singleton_inherited_ejbliteservlet2_vehicle_web.war") | |
2022-06-01 10 |
View gist:c77b1ad7ec0f68a234af3d46b54fe4c5
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
JBoss Nexus multiple "503 Service Unavailable" errors from https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/165/console | |
[mvn.dependency-tree] Progress (1): 4.1/10 kB | |
[mvn.dependency-tree] Progress (1): 8.2/10 kBProgress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 874 kB/s)Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.pom | |
[mvn.dependency-tree] Progress (1): 4.1/5.4 kB | |
[mvn.dependency-tree] Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.1.2/httpmime-4.1.2.pom (5.4 kB at 447 kB/s)Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.0.1/commons-io-2.0.1.pom | |
[mvn.dependency-tree] Progress (1): 4.1/9.0 kB | |
[mvn.dependency-tree] Progress (1): 8.2/9.0 kBProgress (1): 9.0 kB |
NewerOlder