-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Calico] Lack of cluster resources - TestNSE_Composition is unstable #625
Comments
GitHub uses Microsoft Azure Standard_DS2_v2 virtual machines as runners - https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
In total, we already have 1850m, and that's not all pods.
So currently it is not possible to run |
glazychev-art
changed the title
[Calico] TestNSE_Composition is unstable
[Calico] Lack of cluster resources - TestNSE_Composition is unstable
Apr 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When we add
TestRunFeatureSuiteCalico
, we can see thatTestNSE_Composition
doesn't work properly.The first Request (from the init-container) is usually fine, but the following Requests (refreshes) fail. Since the datapath has already been done, it does not affect the ping.
But it affects subsequent tests: since new Requests (from
cmd-nsc
) can't complete successfully, we don't have a Connection that will be closed when the test is completed (but actually Connection exists because of the init-container)Logs
Pay attention to
TestNSE_Composition
andTestSelect_Forwarder
.Logs from
cmd-nsc TestSelect_Forwarder
:Calico logs(5).zip
There is a guess that this is due to insufficient resources on github host-machine
The text was updated successfully, but these errors were encountered: