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

Allow passing a test as an argument to e2e_read_test #1535

Merged
merged 1 commit into from
May 11, 2023

Conversation

rfdavid
Copy link
Collaborator

@rfdavid rfdavid commented May 11, 2023

This commit adds support to use e2e_read_test to scan a single directory that contains a suite of tests and test.group file. Example:
(runner dir) ./e2e_read_test test/test_files/shortest_path

This commit adds support to use e2e_read_test to scan
a single directory that contains a suite of tests and
test.group file. Example:
(runner dir) ./e2e_read_test test/test_files/shortest_path
@rfdavid rfdavid requested a review from ray6080 May 11, 2023 19:33
@rfdavid rfdavid self-assigned this May 11, 2023
@rfdavid rfdavid changed the title Allow passing a test as argument to e2e_read_test Allow passing a test as an argument to e2e_read_test May 11, 2023
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (bc8fa44) 91.96% compared to head (63ae3db) 91.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1535   +/-   ##
=======================================
  Coverage   91.96%   91.96%           
=======================================
  Files         687      687           
  Lines       24547    24548    +1     
=======================================
+ Hits        22574    22575    +1     
  Misses       1973     1973           
Impacted Files Coverage Δ
src/common/file_utils.cpp 74.68% <100.00%> (+0.32%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rfdavid rfdavid merged commit 5f65a89 into kuzudb:master May 11, 2023
7 checks passed
@rfdavid rfdavid deleted the e2e_test_parameters branch May 11, 2023 21:01
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.

None yet

2 participants