-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
che-theia jest test 'use default extensions' is unstable. #14276
Comments
I'm seeing this too... Error log
All I have to do is rebuild the che-theia generator - see simplified steps below. Only happens about 50% of the time though, which is super annoying when building in CI. :( Steps to reproduce:
|
Workaround found - tweak your package.json on line 52 file like this to disable these two failing tests (plus all the other ones in that folder):
|
Or could we just increase the timeout from 5s to 15s ?? |
@evidolob what do you think? |
Describe the bug
che-theia jest test 'use default extensions' is unstable. From time to time this test fail, because it downloads source code che-theia. If network is pretty slow this test fail. By default jest test has timeout 5 sec. In my case, sometimes I need patch this test manually and set up timeout 10sec to pass this test inside container build... We need take a look do we really need to clone real big project in the test...
Che version
Steps to reproduce
Error log
Expected behavior
che-theia jest tests inside container should be stable.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Installation method
Environment
The text was updated successfully, but these errors were encountered: