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

Mark more tests as integration, beacuse they use Postgres #1312

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

myieye
Copy link
Contributor

@myieye myieye commented Dec 10, 2024

These tests fail if Postgres isn't available, so it seems reasonable to me to mark them as integration tests.

Copy link

github-actions bot commented Dec 10, 2024

C# Unit Tests

103 tests  ±0   103 ✅ ±0   5s ⏱️ ±0s
 16 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 94082eb. ± Comparison against base commit 7ff7676.

♻️ This comment has been updated with latest results.

@hahn-kev
Copy link
Collaborator

we probably need a 3rd category, because these tests do run in CI during the build (which means we catch them early, as opposed to integration) because we setup a postgres DB for these tests which is why they haven't been failing there. I don't really want to shift these tests to run later because they can run earlier without issue.

That would also be why these tests are now failing in the integration test phase

@myieye myieye marked this pull request as draft December 11, 2024 07:23
@myieye myieye force-pushed the make-more-tests-integration branch from 1d68d36 to 94082eb Compare December 18, 2024 15:24
@myieye myieye marked this pull request as ready for review December 18, 2024 16:37
@myieye myieye requested a review from hahn-kev December 18, 2024 16:37
@myieye myieye merged commit 2c27c73 into develop Dec 19, 2024
7 of 8 checks passed
@myieye myieye deleted the make-more-tests-integration branch December 19, 2024 07:57
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