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: TestControllerSyncGameServer #3624

Closed
Kalaiselvi84 opened this issue Jan 31, 2024 · 2 comments
Closed

Flaky: TestControllerSyncGameServer #3624

Kalaiselvi84 opened this issue Jan 31, 2024 · 2 comments
Labels
kind/bug These are bugs. obsolete stale Pending closure unless there is a strong objection.

Comments

@Kalaiselvi84
Copy link
Contributor

What happened:

Trace[1995358745]: [29.979963541s] [29.979963541s] END
panic: test timed out after 10m0s
running tests:
	TestControllerSyncGameServer (9m59s)
	TestControllerSyncGameServer/Creating_a_new_GameServer (9m59s)

goroutine 3403 [running]:
testing.(*M).startAlarm.func1()
	/usr/local/go/src/testing/testing.go:2259 +0x259
created by time.goFunc
	/usr/local/go/src/time/sleep.go:176 +0x45

goroutine 1 [chan receive, 9 minutes]:
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1561 +0x9ac
testing.tRunner(0xc000504d00, 0xc0005fdaf8)
	/usr/local/go/src/testing/testing.go:1601 +0x295
testing.runTests(0xc000305220?, {0x3d60f80, 0x23, 0x23}, {0x80?, 0xc0005fdb68?, 0x3d78e80?})
	/usr/local/go/src/testing/testing.go:2052 +0x8ae
testing.(*M).Run(0xc000305220)
	/usr/local/go/src/testing/testing.go:1925 +0xcd8
main.main()
	_testmain.go:115 +0x2be

goroutine 28 [chan receive, 9 minutes]:
testing.(*T).Run(0xc000505040, {0x2aa5067, 0x19}, 0x2b8b120)
	/usr/local/go/src/testing/testing.go:1649 +0x871
agones.dev/agones/pkg/gameservers.TestControllerSyncGameServer(0x0?)
	/go/src/agones.dev/agones/pkg/gameservers/controller_test.go:62 +0x45
testing.tRunner(0xc000505040, 0x2b8aed0)
	/usr/local/go/src/testing/testing.go:1595 +0x262
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1648 +0x846

What you expected to happen:
Tests to pass

How to reproduce it (as minimally and precisely as possible):
Not entirely sure. Seems to mostly happen in CI, have yet to try and reproduce locally.

Anything else we need to know?:

Environment:

  • Agones version: dev
  • Kubernetes version (use kubectl version): varies
  • Cloud provider or hardware configuration: GKE
  • Install method (yaml/helm): helm
  • Troubleshooting guide log(s): Log included in What happend section
  • Others: N/A
Copy link

'This issue is marked as Stale due to inactivity for more than 30 days. To avoid being marked as 'stale' please add 'awaiting-maintainer' label or add a comment. Thank you for your contributions '

@github-actions github-actions bot added the stale Pending closure unless there is a strong objection. label Aug 15, 2024
Copy link

This issue is marked as obsolete due to inactivity for last 60 days. To avoid issue getting closed in next 30 days, please add a comment or add 'awaiting-maintainer' label. Thank you for your contributions

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug These are bugs. obsolete stale Pending closure unless there is a strong objection.
Projects
None yet
Development

No branches or pull requests

1 participant