You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple failures or warnings in test:
1) Assert.That(SEntMan.EntityCount, Is.EqualTo(2))
Expected: 2
But was: 9
at Content.IntegrationTests.Tests.Stacks.StackTest.MergeOverflowTest() in /home/runner/work/Acceleration/Acceleration/Content.IntegrationTests/Tests/Stacks/StackTests.cs:line 109
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.ExecutionContextCallback(Object s)
2) Test was dirty-disposed.
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/Acceleration/Acceleration/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 44
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose()
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync() in /home/runner/work/Acceleration/Acceleration/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 146
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Robust.UnitTesting.Pool.TestPair`2.DisposeAsync()
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown() in /home/runner/work/Acceleration/Acceleration/Content.IntegrationTests/Fixtures/GameTest.cs:line 263
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown()
Test output
GetPair: Called by test Stacks.StackTest.MergeOverflowTest
GetPair: Looking in pool for a suitable pair
GetPair: Suitable pair found (Pair 3)
GetPair: Cleanup not needed, Skipping cleanup of pair
SERVER: 0.000s [WARN] cfg: Only clients can change the 'net.interp' cvar.
SERVER: 0.000s [WARN] cfg: Robust.UnitTesting.RobustIntegrationTest+IntegrationNetManager+IntegrationNetChannel: Received late nwVar message (1149 < 1153 ).
GetPair: Retrieving pair 3 from pool took 3.4939 ms
GetPair: Returning pair 3 with client/server seeds: 117659527/1254118719
DisposeAsync: Dirty return of pair 3 started
DisposeAsync: Test gave back pair 3 in 19.0348 ms
DisposeAsync: Disposed pair 3 in 1.6775 ms
Using this issue
Please place troubleshooting notes in the comments of this issue.
Test Failure On Main
A test failure has been detected on the main branch. This should never occur.
Note
This issue is automatically generated by a github action and will be updated when this failure reoccurs.
Do not edit the body of this issue.
Failure Details
Failure message
Test output
Using this issue
Please place troubleshooting notes in the comments of this issue.