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

Skip "mongo-*auth*" tests for 6+ where the functionality is removed #13006

Closed
wants to merge 1 commit into from

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 22, 2022

@tianon
Copy link
Member Author

tianon commented Aug 22, 2022

$ ./test/run.sh mongo:5
testing mongo:5
	'utc' [1/7]...passed
	'no-hard-coded-passwords' [2/7]...passed
	'override-cmd' [3/7]...passed
	'mongo-basics' [4/7]...passed
	'mongo-auth-basics' [5/7]....passed
	'mongo-tls-basics' [6/7]...passed
	'mongo-tls-auth' [7/7]....passed

And with mongo:6 built from docker-library/mongo@0d43dd0 (docker-library/mongo#553):

$ ./test/run.sh mongo:6
testing mongo:6
	'utc' [1/7]...passed
	'no-hard-coded-passwords' [2/7]...passed
	'override-cmd' [3/7]...passed
	'mongo-basics' [4/7]...passed
	'mongo-auth-basics' [5/7]...warning: skipping test; auth functionality removed
passed
	'mongo-tls-basics' [6/7]...passed
	'mongo-tls-auth' [7/7]...warning: skipping test; auth functionality removed
passed

@yosifkit
Copy link
Member

Functionality was not removed.

@yosifkit yosifkit closed this Aug 25, 2022
@tianon tianon deleted the mongodb-6-tests branch August 25, 2022 18:47
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.

2 participants