Skip to content

fix(deps): bump MongoCluster to fix failing test VSCODE-670 #910

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

Merged
merged 5 commits into from
Jan 17, 2025

Conversation

gagik
Copy link
Contributor

@gagik gagik commented Jan 16, 2025

The OIDC tests have been failing on Linux so we are bumping it to the latest version of the OIDC plugin to fix this.

gagik added 2 commits January 16, 2025 13:38
The OIDC tests have been failing on Linux so we are bumping it to the latest version of the OIDC plugin to fix this.
@gagik
Copy link
Contributor Author

gagik commented Jan 16, 2025

We can do these dependency bumps though doesn't seem like that's the solution, it might be a bug with https://github.com/mongodb-js/devtools-shared/blob/6aa99364c615ab3525af6a1a97b6b00fc551f032/packages/mongodb-runner/src/mongoserver.ts#L220 or our Ubuntu runner where something goes wrong with spawning mongo.

@nirinchev nirinchev marked this pull request as ready for review January 17, 2025 00:28
@nirinchev nirinchev changed the title fix(deps): bump oidc-plugin to fix failing test fix(deps): bump oidc-plugin to fix failing test VSCODE-670 Jan 17, 2025
@@ -121,7 +121,7 @@ suite('OIDC Tests', function () {

cluster = await MongoCluster.start({
...defaultClusterOptions,
version: '7.0.x',
version: '8.0.x',
Copy link
Contributor

Choose a reason for hiding this comment

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

This was the actual fix - ubuntu-latest was bumped to 24.04, but 7.0.x only supports up to ubuntu 22, so we have to use a newer server.

@gagik gagik changed the title fix(deps): bump oidc-plugin to fix failing test VSCODE-670 fix(deps): bump MongoCluster to fix failing test VSCODE-670 Jan 17, 2025
@gagik gagik merged commit c69e314 into main Jan 17, 2025
8 of 9 checks passed
@gagik gagik deleted the gagik/bump-oidc branch January 17, 2025 08:49
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