-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Migrate e2e test for MongoDB to Go. #3380
Conversation
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
/run-e2e mongo |
Any idea why the tests are queued for so long? @JorTurFer |
/run-e2e mongo |
I have changed the previous approach of using GH concurrency to the approach of using a single runner to not lose any execution during the process. Now we are working 3 people running e2e tests, and it could produce longer delays waiting for the resources. |
Ah, got it. Probably won't be as much of a problem once the migrations are done. The only cases where it might be a problem is when some PR requires the entire e2e suite to be run. |
yes, and that is not really often |
@zroubalik Sorry, I don't think I will be able to take this up. Have some personal things going on. |
I'll do it, no worries |
No worries, focus on what's important! |
Signed-off-by: Vighnesh Shenoy vshenoy@microsoft.com
Provide a description of what has been changed
Checklist
Fixes #3241
Relates to #2737