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 issue 1033 #1145

Merged
merged 1 commit into from
Jan 4, 2023
Merged

Fix issue 1033 #1145

merged 1 commit into from
Jan 4, 2023

Conversation

anuchak
Copy link
Collaborator

@anuchak anuchak commented Jan 3, 2023

#1033 added a try catch block to handle incorrect database path directory

@anuchak anuchak marked this pull request as ready for review January 3, 2023 04:33
Copy link
Contributor

@andyfengHKU andyfengHKU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add tests on c++ and Python API

@anuchak
Copy link
Collaborator Author

anuchak commented Jan 4, 2023

added python & cpp api tests

@@ -1,4 +1,7 @@
import pytest
import sys
sys.path.append('../build/')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check if this is needed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes seems to be required, the tests failed after I removed it: https://github.com/kuzudb/kuzu/actions/runs/3838919604/jobs/6535990703

@anuchak anuchak merged commit 8564eae into master Jan 4, 2023
@anuchak anuchak deleted the fix-1033 branch January 4, 2023 14:48
@ray6080 ray6080 changed the title Throw exception if the database path directory is wrong Fix issue 1033 Jan 29, 2023
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