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

Test meaningful error message when reading incompletes from non-existent symbol #1991

Conversation

alexowens90
Copy link
Collaborator

Reference Issues/PRs

Closes https://github.com/man-group/arcticdb-ursus/issues/8

What does this implement or fix?

Actual bug was fixed, probably in #1950, this just adds a test of the correct behaviour



@pytest.mark.parametrize("batch", (True, False))
def test_read_incompletes_non_existant_symbol(lmdb_version_store_v1, batch):
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo existant

@pytest.mark.parametrize("batch", (True, False))
def test_read_incompletes_non_existant_symbol(lmdb_version_store_v1, batch):
lib = lmdb_version_store_v1
sym = "test_read_incompletes_non_existant_symbol"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same typo

@alexowens90 alexowens90 changed the title Test meaningful error message when reading incompletes from non-existant symbol Test meaningful error message when reading incompletes from non-existent symbol Nov 7, 2024
@alexowens90 alexowens90 merged commit fc1d8f2 into master Nov 7, 2024
126 of 127 checks passed
@alexowens90 alexowens90 deleted the bugfix/arcticdb-ursus/8/test-meaningful-error-when-reading-incompletes-from-non-existant-symbol branch November 7, 2024 14:28
grusev pushed a commit that referenced this pull request Nov 25, 2024
…ent symbol (#1991)

#### Reference Issues/PRs
Closes man-group/arcticdb-ursus#8

#### What does this implement or fix?
Actual bug was fixed, probably in #1950, this just adds a test of the
correct behaviour
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.

3 participants