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

Updating versioned query tests based on behavior differences in Dolt harness #928

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented Mar 31, 2022

When running the versioned query tests with Dolt harness there are two behavior differences that cause these tests to fail. To fix those, we need to:

  1. explicitly delete old table data and
  2. temporarily remove non-existent version test since Dolt reports a no branch error, while Memory reports a no table error.

…ning test with Dolt harness: explicitly deleting old row data and temporarily removing non-existent version test since Dolt reports a no branch error, while Memory reports a no table error.
@fulghum fulghum requested a review from zachmu March 31, 2022 20:02
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

Change the deleted test to a skipped one so we don't lose track of it

Otherwise LGTM!

…ioned queries as a skipped test so we can keep a record of needing it.
@fulghum fulghum merged commit f494828 into main Mar 31, 2022
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.

2 participants