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

Postgres tests are flaky #827

Open
SanjayVas opened this issue Jan 25, 2023 · 1 comment
Open

Postgres tests are flaky #827

SanjayVas opened this issue Jan 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@SanjayVas
Copy link
Member

The following test targets are marked as flaky:
//src/test/kotlin/org/wfanet/measurement/integration/postgres:PostgresInProcessLifeOfAReportIntegrationTest
//src/test/kotlin/org/wfanet/measurement/reporting/deploy/postgres:PostgresMeasurementsServiceTest
//src/test/kotlin/org/wfanet/measurement/reporting/deploy/postgres:PostgresReportingSetsServiceTest
//src/test/kotlin/org/wfanet/measurement/reporting/deploy/postgres:PostgresReportsServiceTest

@SanjayVas
Copy link
Member Author

If these tests tend to pass individually but be flaky when running multiple tests, it may be that these tests need more than one core. This can be indicated on the Bazel target using the cpu tag. For example:

tags = ["cpu:2"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant