SteamKit icon indicating copy to clipboard operation
SteamKit copied to clipboard

DebugLog tests have race conditions

Open xPaw opened this issue 1 year ago • 0 comments
trafficstars

[xUnit.net 00:00:00.49]     Tests.SmartCMServerListFacts.GetNextServerCandidate_OnlyReturnsMatchingServerOfType [FAIL]
[xUnit.net 00:00:00.49]       Assert.Equal() Failure: Strings differ
[xUnit.net 00:00:00.49]                  ↓ (pos 0)
[xUnit.net 00:00:00.49]       Expected: "category"
[xUnit.net 00:00:00.49]       Actual:   "ServerList"
[xUnit.net 00:00:00.49]                  ↑ (pos 0)
[xUnit.net 00:00:00.49]       Stack Trace:

These tests sometimes fail because of async nature of running tests.

xPaw avatar Aug 06 '24 10:08 xPaw