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

go: add performance tests runner #142

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

Conversation

pi-alexander-popel
Copy link
Collaborator

No description provided.

pi-alexander-popel and others added 17 commits January 14, 2025 10:12
Exit code that is returned currently wasn't being caught by the calling
scripts, as they expect PowerShell scripts to handle native exit codes
themselves. So we do just that - throw an error if any of the tests
failed. The caller's `$ErrorActionPreference` would then be able to
catch it.

Ideally `build-project-*.ps1` scripts should use `$PSNativeCommandUseErrorActionPreference`
instead, but that'd be best done as part of overall refactor to make all
scrips that call native commands use it.
Switch to unified `x.y.z-alpha.n` versioning scheme instead of the
`x.y.z-SNAPSHOT`.
Including native command errors.
Base automatically changed from nightly-pipeline to main January 14, 2025 14:33
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