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

Pytest windows parser exception #2157

Merged
merged 3 commits into from
Oct 6, 2023
Merged

Conversation

russell-liu
Copy link
Contributor

Changed Python test to do the same thing done in Node.js test and Java test.

This has been demonstrated to work on GitHub-provided Ubuntu 20.04, macOS, and Windows runners:
https://github.com/kuzudb/kuzu/actions/runs/6424722853
But I then reverted the commit required for the demonstration since the CI changes aren't ready to be merged into master yet.

Fixes #2010.

@russell-liu russell-liu requested a review from mewim October 5, 2023 22:45
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (bcfebce) 89.65% compared to head (1418ecc) 89.64%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2157      +/-   ##
==========================================
- Coverage   89.65%   89.64%   -0.01%     
==========================================
  Files         989      989              
  Lines       35712    35712              
==========================================
- Hits        32016    32015       -1     
- Misses       3696     3697       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mewim mewim merged commit ed08557 into master Oct 6, 2023
11 checks passed
@mewim mewim deleted the pytest-windows-parser-exception branch October 6, 2023 04:25
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.

Python API multiple tests fail due to Parser exception on Windows
2 participants