Build & Test Debug #22774
Annotations
1 error
|
Generate Integration Tests report
SpawnAndDeleteEntityCountTest: Multiple failures or warnings in test:
1) Server prototype CratePermaEscapeGiftsFromSyndicate failed on deletion: count didn't reset properly
Listing new entities:
valid salad (168208/n168208, FoodSaladValid)
solution - food (168209/n168209)
Assert.That(Count(server.EntMan), Is.EqualTo(count))
Expected: 1
But was: 3
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext()
2) Client prototype CratePermaEscapeGiftsFromSyndicate failed on deletion: count didn't reset properly:
Expected 1 and found 3.
Server count was 1.
Listing new entities:
valid salad (22914/n168208, FoodSaladValid)
solution - food (22915/n168209)
Assert.That(Count(client.EntMan), Is.EqualTo(clientCount))
Expected: 1
But was: 3
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext()
3) Server prototype ImmovableRod failed on spawning as entity count didn't increase
Listing new entities:
immovable rod (176456/n176456, ImmovableRod)
Listing removed entities:
168208/n0D
168209/n0D
Assert.That(Count(server.EntMan), Is.GreaterThan(count))
Expected: greater than 3
But was: 2
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext()
4) Server prototype ImmovableRod failed on deletion: count didn't reset properly
Listing removed entities:
168208/n0D
168209/n0D
Assert.That(Count(server.EntMan), Is.EqualTo(count))
Expected: 3
But was: 1
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext()
5) Client prototype ImmovableRod failed on deletion: count didn't reset properly:
Expected 3 and found 1.
Server count was 3.
Listing removed entities:
22914/n0D
22915/n0D
Assert.That(Count(client.EntMan), Is.EqualTo(clientCount))
Expected: 3
But was: 1
at Content.IntegrationTests.Tests.EntityTest.<>c__DisplayClass9_0.<<SpawnAndDeleteEntityCountTest>b__8>d.MoveNext()
6) SERVER: 44.877s [ERRO] system.container_fill: Entity syndicate snack box (168188/n168188, HappyHonkNukieSnacks) with a EntityTableContainerFillComponent failed to insert an entity: valid salad (168208/n168208, FoodSaladValid).
Current contents:
- python (168189/n168189, WeaponRevolverPythonAP)
- Space Cola can (168190/n168190, DrinkColaCan)
- Blood-red Brew can (168193/n168193, DrinkNukieCan)
- Space Cola can (168196/n168196, DrinkColaCan)
- Space Cola can (168199/n168199, DrinkColaCan)
- valid salad (168202/n168202, FoodSaladValid)
- valid salad (168204/n168204, FoodSaladValid)
- valid salad (168206/n168206, FoodSaladValid) Exception:
at Robust.UnitTesting.Pool.TestPair`2.ReportErrorLogs() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 25
at Robust.UnitTesting.Pool.TestPair`2.OnDirtyDispose() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/Pool/TestPair.Recycle.cs:line 41
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/space-station-14/space-station-14/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/space-station-14/space-station-14/Content.IntegrationTests/Fixtures/GameTest.cs:line 262
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Content.IntegrationTests.Fixtures.GameTest.DoTeardown()
at InvokeStub_GameTest.DoTeardown(Object, Object, IntPtr*)
- at Robust.UnitTesting.Pool.TestPair`2.Repo
|
background
wait
wait-all
cancel
parallel
Loading