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

Flaky test failure with no obvious source #5269

Open
github-actions bot opened this issue Feb 3, 2025 · 1 comment
Open

Flaky test failure with no obvious source #5269

github-actions bot opened this issue Feb 3, 2025 · 1 comment

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2025

Flaky tests were detected in this test run. This means that there was a failure that was cleared when the tests were simply restarted.
Failures:

@LikeLakers2
Copy link
Collaborator

The test failure is due to an out-of-bounds runtime in the Fluids subsystem.

[22:54:14] Runtime in code/controllers/subsystem/fluids.dm,199: list index out of bounds
  proc name: cancel spread (/datum/controller/subsystem/fluids/proc/cancel_spread)
  src: Smoke (/datum/controller/subsystem/fluids/smoke)
  call stack:
  Smoke (/datum/controller/subsystem/fluids/smoke): cancel spread(the smoke (/obj/effect/particle_effect/fluid/smoke/chem))
  the smoke (/obj/effect/particle_effect/fluid/smoke/chem): Destroy(0)
  the smoke (/obj/effect/particle_effect/fluid/smoke/chem): Destroy(0)
  qdel(the smoke (/obj/effect/particle_effect/fluid/smoke/chem), 0)
  /datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable): Destroy(0)
  qdel(/datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable), 0)
  RunUnitTest(/datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable), /list (/list))
  RunUnitTests()
  /datum/callback (/datum/callback): InvokeAsync()
[22:54:14] Runtime in code/controllers/subsystem/fluids.dm,199: list index out of bounds
  proc name: cancel spread (/datum/controller/subsystem/fluids/proc/cancel_spread)
  src: Smoke (/datum/controller/subsystem/fluids/smoke)
  call stack:
  Smoke (/datum/controller/subsystem/fluids/smoke): cancel spread(the smoke (/obj/effect/particle_effect/fluid/smoke/chem))
  the smoke (/obj/effect/particle_effect/fluid/smoke/chem): Destroy(0)
  the smoke (/obj/effect/particle_effect/fluid/smoke/chem): Destroy(0)
  qdel(the smoke (/obj/effect/particle_effect/fluid/smoke/chem), 0)
  /datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable): Destroy(0)
  qdel(/datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable), 0)
  RunUnitTest(/datum/unit_test/modify_fantas... (/datum/unit_test/modify_fantasy_variable), /list (/list))
  RunUnitTests()
  /datum/callback (/datum/callback): InvokeAsync()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant