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

Add a test triggering all device signal sinks #32332

Open
slarticodefast opened this issue Sep 20, 2024 · 0 comments
Open

Add a test triggering all device signal sinks #32332

slarticodefast opened this issue Sep 20, 2024 · 0 comments
Labels
Issue: Feature Request This issue is a feature request.

Comments

@slarticodefast
Copy link
Member

Description

The tech anomaly is currently causing the SpawnAndDeleteAllEntitiesInTheSameSpot to fail randomly.
It links up to random devices being spawned in the same spot and triggers them.
Some of these triggers throw errors (see #32330).
We should not leave that up to chance, but should test for it explicitly.

The test should:

  • Spawn every entity that has a signal device sink.
  • Trigger each sink to see if it throws an error.
  • Keep in mind that some entities like C4 could destroy itself or others, so they should be spawned separately.
@github-actions github-actions bot added the Status: Untriaged Somebody go through and give this appropriate labels label Sep 20, 2024
@slarticodefast slarticodefast added Issue: Feature Request This issue is a feature request. and removed Status: Untriaged Somebody go through and give this appropriate labels labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Feature Request This issue is a feature request.
Projects
None yet
Development

No branches or pull requests

1 participant