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

chore(deps): bump devtools-shared packages, add regression test for MONGOSH-1878 #2247

Merged
merged 5 commits into from
Nov 12, 2024

Conversation

addaleax
Copy link
Contributor

@addaleax addaleax commented Nov 1, 2024

No description provided.

Comment on lines +355 to +357
if (process.platform !== 'linux') {
return this.skip();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we skipping this test on other platforms because it's more annoying to orchestrate or some other reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's because Linux is the only platform where system certificates are loaded from the disk, not through an OS API, so yeah, because it's much harder to "mock" another system CA store on those

@addaleax addaleax merged commit 2a189d8 into main Nov 12, 2024
72 of 75 checks passed
@addaleax addaleax deleted the 1878-update-devtools-shared-and-add-test branch November 12, 2024 14:27
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