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

feat(smoke-tests): test Setup.exe installer for on Windows COMPASS-8706 #6671

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kraenhansen
Copy link
Contributor

Description

Merging this PR will:

  1. Add a new windows-registry.ts exporting a query function callable to query the windows registry database.
  2. Implement the Windows Setup.exe installer.
  3. Arm CI to execute the smoke tests for the Windows Setup.exe installer (only running time-to-first-query for now).

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@kraenhansen kraenhansen self-assigned this Jan 31, 2025
@github-actions github-actions bot added the feat label Jan 31, 2025
@kraenhansen kraenhansen force-pushed the kh/smoke-test/windows-setup-installer branch from c5f2f10 to d18b196 Compare January 31, 2025 10:01
@@ -677,7 +677,7 @@ functions:
npm i -w packages/compass-smoke-tests https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com --engine-strict=false

if [[ "$IS_WINDOWS" == "true" ]]; then
# TODO: windows_setup
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=windows_setup --tests=time-to-first-query
Copy link
Contributor

Choose a reason for hiding this comment

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

you probably want auto-update-from? This will be basically the only one that actually upgrades in CI. Assuming it works 😆

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.

2 participants