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

Test multiple simultaneous batches #908

Open
8 tasks
JamesPHoughton opened this issue Oct 9, 2024 · 0 comments
Open
8 tasks

Test multiple simultaneous batches #908

JamesPHoughton opened this issue Oct 9, 2024 · 0 comments

Comments

@JamesPHoughton
Copy link
Collaborator

Write a test to see what happens if we:

test 1

  1. Open batch A and run it
  • everything behaves as expected in a normal game
  1. Open batch B but don't run it
  • players in batch A continue in batch A
  • new players start in batch A
  1. Run batch B
  • players in batch A continue in batch A
  • new players start in batch ???? (A?)
  1. Close batch A
  • players in batch A are terminated
  • new players start in batch B
  • (IF we had new players start in batch B in step 3, they continue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant