Skip to content

Conversation

@marksvc
Copy link
Collaborator

@marksvc marksvc commented Oct 22, 2025

This change is Reviewable

@marksvc
Copy link
Collaborator Author

marksvc commented Oct 22, 2025

This script is posted for discussion.

This script could be used for testing. The script

  • Reports on current environment information (eg node --version, whether mongod --version says Illegal instruction, whether the machine supports AVX)
  • Cleans up files that might cause build problems.
  • Updates dependencies (eg npm ci ).
  • Seeks to switch to a branch that is up to date with upstream.
  • Run SF.
  • Output is logged to a file that can be shared for analysis.
  • A --repair mode includes more aggressive cleaning and dependency installation, such as running ansible.

I originally selected Deno rather than bash with the intent of this script being able to run on multiple platforms. After implementing the various features, it is certainly right now targeting the testing platform, and would need work to make it actually multiplatform.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.48%. Comparing base (93615cb) to head (fa8cb56).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3530   +/-   ##
=======================================
  Coverage   82.48%   82.48%           
=======================================
  Files         615      615           
  Lines       36914    36914           
  Branches     6009     6033   +24     
=======================================
  Hits        30450    30450           
  Misses       5579     5579           
  Partials      885      885           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants