TestAllocator is flakey #1050
Labels
area/tests
Unit tests, e2e tests, anything to make sure things don't break
help wanted
We would love help on these issues. Please come help us!
kind/bug
These are bugs.
Milestone
TestAllocator is sometimes failing with the "tls: bad certificate" error:
To investigate I stored the server TLS private and public certificates:
AND used it with openssl and could repro a "bad certificate" error:
The CN is incorrect, but the test is expected not to fail, when having this flag set:
https://github.com/googleforgames/agones/blob/master/test/e2e/allocator_test.go#L135
Three steps I would recommend to improve the testing and flakyness:
The text was updated successfully, but these errors were encountered: