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

Bug: Directories aren't created before the tests run #409

Open
2 of 3 tasks
ashvardanian opened this issue Aug 3, 2023 · 0 comments
Open
2 of 3 tasks

Bug: Directories aren't created before the tests run #409

ashvardanian opened this issue Aug 3, 2023 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@ashvardanian
Copy link
Contributor

Describe the bug

To pass the C++ unit tests one must manually create the directories ahead of time:

mkdir tmp/ustore_embedded_ucset
mkdir tmp/ustore_embedded_leveldb
mkdir tmp/ustore_embedded_rocksdb

Steps to reproduce

Run the unit test through VSCode launchers on a fresh new install.

Expected behavior

Passing tests

UStore version

latest main-dev

Operating System

Ubuntu 22.04

Hardware architecture

x86

Are you using an embedded version?

  • I use the embedded version

Which interface are you using?

Native C interface

Which engine are you using?

Other

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ashvardanian ashvardanian added bug Something isn't working invalid This doesn't seem right labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant