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(bigtable/bttest): emulator too lenient regarding RowFilter and CheckAndMutateRow conditions #4095

Merged
merged 5 commits into from Jun 3, 2021

Conversation

dragonsinth
Copy link
Contributor

  • Sanitize some test requests to include Mutations (these are rejected by real bigtable)
  • Sanitize Chain and Interleave filters to have at least 2 (these are rejected by real bigtable)
  • BlockAllFilter and PassAllFilter are required to be true
  • bttest emulates some of these error conditions

- Sanitize some test requests to include Mutations (these are rejected by real bigtable)
- Sanitize Chain and Interleave filters to have at least 2  (these are rejected by real bigtable)
- BlockAllFilter and PassAllFilter are required to be true
- bttest emulates some of these error conditions
@dragonsinth dragonsinth requested review from crwilcox, kolea2, tritone and a team as code owners May 12, 2021 23:25
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 12, 2021
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label May 12, 2021
@dragonsinth
Copy link
Contributor Author

I've recently been running the bttest cases against a live bigtable server, and these are the errors I ran into.

@dragonsinth
Copy link
Contributor Author

@jhump

@tritone tritone added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2021
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 2, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 2, 2021
@dragonsinth
Copy link
Contributor Author

#4201

@dragonsinth dragonsinth changed the title fix(bigtable/bttest): fix several test requests fix(bigtable/bttest): emulator too lenient regarding RowFilter and CheckAndMutateRow conditions Jun 2, 2021
Copy link
Contributor

@crwilcox crwilcox left a comment

Choose a reason for hiding this comment

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

@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2021
Copy link
Contributor

@igorbernstein2 igorbernstein2 left a comment

Choose a reason for hiding this comment

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

This is great! thanks!

@crwilcox crwilcox added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 3, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 99537fe into googleapis:master Jun 3, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 3, 2021
@dragonsinth dragonsinth deleted the bttestfix branch June 4, 2021 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants