Skip to content

Commit

Permalink
Execute some spray/despray tests to generate Dfu Workunits
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Apr 4, 2024
1 parent f10b423 commit a48519f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ jobs:
grep Failure: /home/runner/HPCCSystems-regression/log/setup_*.log
if [[ "$(grep -ohP '(?<=^Failure: )[0-9]+$' /home/runner/HPCCSystems-regression/log/setup_*.log | awk '{s+=$1} END {print s}')" -gt 0 ]]; then exit 1; fi
- name: Run spray tests
working-directory: /opt/HPCCSystems/testing/regress
shell: "bash"
run: |
# force regression suite to timeout after 28 minutes, so it captures ZAP report of any inflight hung queries
/opt/HPCCSystems/bin/timeoutcmd $((28 * 60)) \
./ecl-test query --preAbort /opt/HPCCSystems/bin/smoketest-preabort.sh --pq 2 --excludeclass python2,embedded-r,embedded-js,3rdpartyservice,mongodb --generateStackTrace *spray*
# In this stage we don't care about the test results
- name: Get content
working-directory: /home/runner/HPCCSystems-regression/log
shell: "bash"
Expand Down

0 comments on commit a48519f

Please sign in to comment.