Skip to content

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
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.

4 participants