You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/03/06 14:22:58 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated (9997478 -> 2f20c54)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git.


    from 9997478  SLING-11186 Update Karaf to 4.3.6
     new e8d35db  SLING-10051 Stabilize integration tests running on ci-builds
     new 46be5c6  SLING-3821 Run launchpad integration tests against Sling on Karaf
     new 31141ef  SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests
     new 2f20c54  exclude StandaloneScriptExecutionTest temporarily

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 02/04: SLING-3821 Run launchpad integration tests against Sling on Karaf

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 46be5c6fc435b56afc606cb390ec7feecebf8555
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 15:20:01 2022 +0100

    SLING-3821 Run launchpad integration tests against Sling on Karaf
    
    update dependencies
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 173f55e..9adddbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>2.20.2</version>
+      <version>2.20.4</version>
       <scope>test</scope>
     </dependency>
     <!-- Apache Karaf -->
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.ops4j.pax.url</groupId>
       <artifactId>pax-url-classpath</artifactId>
-      <version>2.6.7</version>
+      <version>2.6.11</version>
       <scope>test</scope>
     </dependency>
     <!-- logging -->
@@ -177,7 +177,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.4.14</version>
+      <version>4.4.15</version>
       <scope>test</scope>
     </dependency>
     <dependency>

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 01/04: SLING-10051 Stabilize integration tests running on ci-builds

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit e8d35db47737ac61dea9f5002ef4475e6adc1778
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 15:18:57 2022 +0100

    SLING-10051 Stabilize integration tests running on ci-builds
    
    fix "System Exit has timed out in the forked process 1"
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 02f5c4d..173f55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,7 @@
           </execution>
         </executions>
         <configuration>
+          <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <systemPropertyVariables>
             <launchpad.http.server.url>http://localhost:${http.port}</launchpad.http.server.url>

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 03/04: SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 31141efbcf95487d84e187ad11bf1c978910b06e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 15:21:11 2022 +0100

    SLING-10366 Adjust HTTP status codes for SlingPostServlet integration tests
    
    remove excludes
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9adddbd..528a7ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,11 +260,6 @@
             <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
             <!-- SLING-5414 Launchpad/Provisioning Model only -->
             <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
-            <!-- SLING-10366 -->
-            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletAtCopyTest.*</exclude>
-            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletCopyTest.*</exclude>
-            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletCreateTest.*</exclude>
-            <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/post/PostServletImportTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] 04/04: exclude StandaloneScriptExecutionTest temporarily

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git

commit 2f20c541a1f24aef09bf66fcca644cae5bab044c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 6 15:22:35 2022 +0100

    exclude StandaloneScriptExecutionTest temporarily
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 528a7ad..c0b25bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,6 +260,8 @@
             <exclude>org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution/WarSelectorServletTest.*</exclude>
             <!-- SLING-5414 Launchpad/Provisioning Model only -->
             <exclude>org/apache/sling/launchpad/webapp/integrationtest/provisioning/EmbeddedModelTest.*</exclude>
+            <!-- request tracker is null -->
+            <exclude>org/apache/sling/launchpad/webapp/integrationtest/scripting/StandaloneScriptExecutionTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>