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

Fix test runner for parallel tests #204

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

var77
Copy link
Collaborator

@var77 var77 commented Oct 13, 2023

In parallel tests we should only drop the database when starting the tests (if test file is begin.sql) as all the test are running against the same database.

@var77 var77 requested a review from Ngalstyan4 October 13, 2023 14:57
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #204 (98d5445) into narek/release-0.0.5 (4c188d0) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           narek/release-0.0.5     #204   +/-   ##
====================================================
  Coverage                82.97%   82.97%           
====================================================
  Files                       17       17           
  Lines                     1204     1204           
  Branches                   258      258           
====================================================
  Hits                       999      999           
  Misses                      81       81           
  Partials                   124      124           

@Ngalstyan4 Ngalstyan4 merged commit 068f1b3 into narek/release-0.0.5 Oct 14, 2023
13 checks passed
@Ngalstyan4 Ngalstyan4 deleted the varik/fix-parallel-test-runner branch October 14, 2023 18:13
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