Skip to content

Set MONGOMS_DOWNLOAD_URL env var for backend tests in package.json#166

Closed
rendall wants to merge 3 commits intomasterfrom
install-yarn-and-run-tests
Closed

Set MONGOMS_DOWNLOAD_URL env var for backend tests in package.json#166
rendall wants to merge 3 commits intomasterfrom
install-yarn-and-run-tests

Conversation

@rendall
Copy link
Copy Markdown
Owner

@rendall rendall commented Mar 23, 2026

Motivation

  • Ensure the backend Jest tests use a specific MongoDB binary download URL to avoid flaky or blocked downloads during test runs.

Description

  • Update the test:backend npm script to prefix the Jest invocation with cross-env MONGOMS_DOWNLOAD_URL=https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-6.0.14.tgz so the memory MongoDB downloader uses the specified binary.

Testing

  • Ran yarn test:backend which executed the backend Jest suite and completed successfully.

Codex Task

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a3ab7edda6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@rendall rendall closed this Mar 24, 2026
@rendall rendall deleted the install-yarn-and-run-tests branch March 24, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant