Skip to content

Commit

Permalink
ACS-6309 Check db and tas tests ags on MySQL ags add listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Feb 6, 2024
1 parent 3839bbd commit 46239c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packaging/tests/scripts/output_logs_for_failures.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ TAS_DIRECTORY=$1

cd ${TAS_DIRECTORY}

# Add command to list all files in /target directory
echo "Listing all files in /target directory:"
ls -l target/

failures=$(grep 'status="FAIL"' target/surefire-reports/testng-results.xml | sed 's|^.*[ ]name="\([^"]*\)".*$|\1|g')

for failure in ${failures}
Expand Down
2 changes: 1 addition & 1 deletion packaging/tests/tas-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<!-- Keeping illegal-access=warn for Java 11 compatibility, even though it has no effect on JDK 17 -->
<argLine>
--illegal-access=warn
<!---add-opens=java.base/java.lang=ALL-UNNAMED-->
--add-opens=java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit 46239c3

Please sign in to comment.