Skip to content

Commit

Permalink
Try to generate a failure by running only the multithread case
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Oct 16, 2024
1 parent 563080b commit 8d57166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-msys2-ucrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
cd log4cxx/src/test/resources
for i in {1..150}
do
$test_exe -v &
$test_exe testMultiThread &
test_pid=$!
test_winpid=`ps -W -p $test_pid | grep '^ *[0-9]' | sed -E 's/ *[0-9]+ +[0-9]+ +[0-9]+ +([0-9]+).*/\1/'`
sleep 12s
sleep 3s
if ps -p $test_pid > /dev/null; then
gdb $test_exe --pid=$test_winpid <<EOT
info threads
Expand Down

0 comments on commit 8d57166

Please sign in to comment.