You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2024/02/13 13:27:49 UTC

(commons-net) branch logretry updated: See if can provoke the occasional fail

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

sebb pushed a commit to branch logretry
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/logretry by this push:
     new 82af2d7e See if can provoke the occasional fail
82af2d7e is described below

commit 82af2d7ea25d8fbe841d3e074a10d3b6fa55ba02
Author: Sebb <se...@apache.org>
AuthorDate: Tue Feb 13 13:27:43 2024 +0000

    See if can provoke the occasional fail
---
 .github/workflows/maven_adhoc.yml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml
index 66cbcb0d..aaaea8f3 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -33,9 +33,13 @@ jobs:
       with:
         distribution: 'temurin'
         java-version: 8
-    - name: Build with Maven
-      run: mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=MainTest
-    - name: Test exec function
+    - name: Look for deletefile failures
       run: |
-        mvn -q exec:java
-        mvn -q exec:java -D"exec.arguments=FTPClientExample"
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress -Dtest=TFTPServerPathTest
+    # - name: Test exec function
+    #   run: |
+    #     mvn -q exec:java
+    #     mvn -q exec:java -D"exec.arguments=FTPClientExample"