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

GODRIVER-1394 Remove receiver from mongotest functions #516

Merged
merged 5 commits into from
Oct 14, 2020

Conversation

divjotarora
Copy link
Contributor

@divjotarora divjotarora commented Oct 13, 2020

This is some clean up that's required for us to implement the unified test runner. The main change I made was moving some functions that had a mtest.T as their receiver to be standalone functions because they were just proxies to query global testing state. All of these functions moved from mongotest.go to global_state.go. The rest of the changes are in the callers.

@divjotarora divjotarora merged commit f29d01d into mongodb:master Oct 14, 2020
@divjotarora divjotarora deleted the mtest-expose-globals branch October 14, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants