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

set RequireService to true for benchmarks #1598

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

tgummerer
Copy link
Contributor

RequireService used to be the default for ProgramTest, in older pulumi/pkg versions. However when pkg got updated in 3d889a9#diff-8af729bc718ea271aecd1ceaae6d16e2119d7dfbe6a21b6e6f793b3b92fc65d1R10, running against the service started to be hidden behind a flag for better test isolation.

We do however want to run benchmarks against the service, so set RequireService to true here to get that behaviour back.

/cc @t0yv0 @justinvp

@tgummerer tgummerer requested review from t0yv0 and justinvp February 21, 2024 12:55
RequireService used to be the default for ProgramTest, in older
pulumi/pkg versions.  However when pkg got updated in
3d889a9#diff-8af729bc718ea271aecd1ceaae6d16e2119d7dfbe6a21b6e6f793b3b92fc65d1R10,
running against the service started to be hidden behind a flag for
better test isolation.

We do however want to run benchmarks against the service, so set
RequireService to true here to get that behaviour back.
Copy link
Member

@t0yv0 t0yv0 left a comment

Choose a reason for hiding this comment

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

Thank you!

@tgummerer tgummerer merged commit 8fbc061 into master Feb 21, 2024
51 checks passed
@tgummerer tgummerer deleted the tg/require-service branch February 21, 2024 16:50
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.

3 participants