NBomber stalls when invoked by dotnet test runner in linux container #429
Unanswered
madameczek
asked this question in
Q&A
Replies: 1 comment
-
Thanks for info. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wrapped NBomber with xUnit tests.
If I run tests from windows machine it goes well and assertions are performed.
But when invoked in GitLab pipeline as test project (dotnet test), then NBomber stalls after welcome graphics and 2 more logs. The last log is
xxxxxx [INF] NBomber started as single node.
and nothing more happens. Test runner kills thread if I add timeout option--blame-hang-timeout <TIMESPAN>
todotner test
invocation.Image used by Gitlab executor is
image: mcr.microsoft.com/dotnet/sdk:5.0-focal
.BTW. Do you consider to add test XML report with metrics, which could be used by Gitlab pipeline?
Marek
Beta Was this translation helpful? Give feedback.
All reactions