Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SpawnAndDeleteAllEntitiesOnDifferentMaps fails randomly #28908

Closed
ShadowCommander opened this issue Jun 12, 2024 · 2 comments · Fixed by #29752
Closed

SpawnAndDeleteAllEntitiesOnDifferentMaps fails randomly #28908

ShadowCommander opened this issue Jun 12, 2024 · 2 comments · Fixed by #29752
Labels
Issue: Replicated This issue has been replicated by another user.

Comments

@ShadowCommander
Copy link
Member

Description

https://github.com/space-wizards/space-station-14/actions/runs/9487364711/job/26143813102

Failed SpawnAndDeleteAllEntitiesOnDifferentMaps [17 s]
  Error Message:
   Robust.Shared.Utility.DebugAssertException : Exception of type 'Robust.Shared.Utility.DebugAssertException' was thrown.

  1) Test was dirty-disposed.

  Stack Trace:
     at Content.Server.Atmos.Piping.EntitySystems.AtmosDeviceSystem.Update(Single frameTime) in /home/runner/work/space-station-14/space-station-14/Content.Server/Atmos/Piping/EntitySystems/AtmosDeviceSystem.cs:line 124
   at Robust.Shared.GameObjects.EntityManager.TickUpdate(Single frameTime, Boolean noPredictions, Histogram histogram) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Shared/GameObjects/EntityManager.cs:line 252
   at Robust.Server.GameObjects.ServerEntityManager.TickUpdate(Single frameTime, Boolean noPredictions, Histogram histogram) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/GameObjects/ServerEntityManager.cs:line 195
   at Robust.Server.BaseServer.Update(FrameEventArgs frameEventArgs) in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.Server/BaseServer.cs:line 702
   at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.SingleThreadRunUntilEmpty() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1097
   at Robust.UnitTesting.RobustIntegrationTest.IntegrationGameLoop.Run() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 1084
   at Robust.UnitTesting.RobustIntegrationTest.ServerIntegrationInstance._serverMain() in /home/runner/work/space-station-14/space-station-14/RobustToolbox/Robust.UnitTesting/RobustIntegrationTest.cs:line 655

Reproduction

Test history:

 - Pair 4 Test #0: Chemistry.ReagentDataTest.ReagentDataIsSerializable
 - Pair 4 Test #1: ClickableTest.Test("ClickTestRotatingCornerVisible",0.25f,0.25f,0.0d,1)
 - Pair 4 Test #2: ClickableTest.Test("ClickTestRotatingCornerVisible",0.35f,0.5f,0.0d,2)
 - Pair 4 Test #3: ClickableTest.Test("ClickTestRotatingCornerVisible",-0.25f,-0.25f,0.0d,1)
 - Pair 4 Test #4: ClickableTest.Test("ClickTestRotatingCornerVisible",0.25f,0.25f,3.141592653589793d,1)
 - Pair 4 Test #5: ClickableTest.Test("ClickTestRotatingCornerVisible",-0.25f,-0.25f,3.141592653589793d,1)
 - Pair 4 Test #6: ClickableTest.Test("ClickTestRotatingCornerVisible",-0.25f,0.25f,1.5707963267948966d,1)
 - Pair 4 Test #7: ClickableTest.Test("ClickTestRotatingCornerVisible",0,0.25f,0.7853981633974483d,1)
 - Pair 4 Test #8: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",0.25f,0.25f,0.0d,1)
 - Pair 4 Test #9: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",-0.25f,-0.25f,0.0d,1)
 - Pair 4 Test #10: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",0.25f,0.25f,3.141592653589793d,1)
 - Pair 4 Test #11: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",-0.25f,-0.25f,3.141592653589793d,1)
 - Pair 4 Test #12: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",0,0.35f,0.6853981633974483d,1)
 - Pair 4 Test #13: ClickableTest.Test("ClickTestRotatingCornerVisibleNoRot",0.25f,0.25f,0.6853981633974483d,1)
 - Pair 4 Test #14: ClickableTest.Test("ClickTestRotatingCornerInvisible",0.25f,0.25f,0.0d,1)
 - Pair 4 Test #15: ClickableTest.Test("ClickTestRotatingCornerInvisible",0.35f,0.5f,0.0d,2)
 - Pair 4 Test #16: ClickableTest.Test("ClickTestRotatingCornerInvisible",0.25f,0.25f,3.141592653589793d,1)
 - Pair 4 Test #17: Commands.PardonCommand.PardonTest
 - Pair 4 Test #18: ClickableTest.Test("ClickTestRotatingCornerInvisibleNoRot",0.25f,0.25f,3.141592653589793d,1)
 - Pair 4 Test #19: ClickableTest.Test("ClickTestRotatingCornerInvisibleNoRot",0.25f,0.25f,0.6853981633974483d,1)
 - Pair 4 Test #20: Commands.RestartRoundNowTest.RestartRoundAfterStart(False)
 - Pair 4 Test #21: Construction.ConstructionActionValid.ConstructionGraphEdgeValid
 - Pair 4 Test #22: Construction.ConstructionPrototypeTest.DeconstructionIsValid
 - Pair 4 Test #23: Construction.ConstructionPrototypeTest.TestStartNodeValid
 - Pair 4 Test #24: Construction.Interaction.PanelScrewing.WiresPanelScrewing("TelecomServerFilled")
 - Pair 4 Test #25: Construction.Interaction.WindowConstruction.DeconstructWindow
 - Pair 4 Test #26: Construction.Interaction.WindowRepair.RepairReinforcedWindow
 - Pair 4 Test #27: DoAfter.DoAfterCancellationTests.CancelTilePry
 - Pair 4 Test #28: DoAfter.DoAfterCancellationTests.CancelWallDeconstruct
 - Pair 4 Test #29: EncryptionKeys.RemoveEncryptionKeys.HeadsetKeys
@github-actions github-actions bot added the S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. label Jun 12, 2024
@Tayrtahn
Copy link
Member

Tayrtahn commented Jun 13, 2024

Thanks for adding this as an issue! Let's get this sucker fixed.

@Tayrtahn Tayrtahn added Issue: Replicated This issue has been replicated by another user. Issue: Heisentest and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Replicated This issue has been replicated by another user.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants