Skip to content

Commit

Permalink
TRY MORE, +11
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent abb09e6 commit dea759e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ jobs:
export PATH=../deps/nats-server:../deps/nats-streaming-server:$PATH
export NATS_TEST_SERVER_VERSION="$(nats-server -v)"
flags=""
echo "------------------------------------------------------------"
addr2line -e ./bin/testsuite -f -p 0x562bd0d021c2
echo "------------------------------------------------------------"
nm -l ./bin/testsuite | sort
echo "------------------------------------------------------------"
ctest -R 'MicroStartStop' --timeout 60 --output-on-failure --repeat-until-fail 30
# ctest -L 'test' --timeout 60 --output-on-failure --repeat-until-fail ${{ inputs.repeat }}
Expand Down
1 change: 0 additions & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -34414,7 +34414,6 @@ void test_MicroStartStop(void)
for (i = 0; i < NUM_MICRO_SERVICES; i++)
{
_destroyMicroservice(svcs[i]);
nats_Sleep(100); // <>/<>
}
_waitForMicroservicesAllDone(&arg);

Expand Down

0 comments on commit dea759e

Please sign in to comment.