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

Firestore: Update conformance tests to match new repo / format. #8689

Merged
merged 4 commits into from
Jul 17, 2019
Merged

Firestore: Update conformance tests to match new repo / format. #8689

merged 4 commits into from
Jul 17, 2019

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Jul 16, 2019

Apologies to reviewers for the size of the PR. The only "interesting" changes are in these two files:

  • Makefile_v1: used to generate the file we use to parse testcases.
  • test_cross_language.py: test driver which uses the canonical testcase data files.

The rest are either the protoc-generated file for the new TestFile message format, or the individual testcase datafiles themselves, in their new JSON formats (with the old .textproto / .binproto files removed).

I specifically avoided copying in the new testcase file, update-nested-transform-and-nested-value.json,
because it is the reproducer for the not-yet-fixed bug, #7215.

tseaver added 2 commits July 16, 2019 16:46
- Use new 'conformance_tests' repo.
- Handle updated file hierarchy, etc.
- Copy in JSON testcase files from 'conformance-tests' repo.

- Except 'update-nested-transform-and-nested-value.json', which is the
  reproducer case for issue #7215.
@tseaver tseaver added testing api: firestore Issues related to the Firestore API. labels Jul 16, 2019
@tseaver tseaver requested a review from crwilcox July 16, 2019 20:53
@tseaver tseaver requested a review from frankyn as a code owner July 16, 2019 20:53
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 16, 2019
@tseaver
Copy link
Contributor Author

tseaver commented Jul 17, 2019

Error Reporting and Text-to-Speech jobs both fail due to Kokoro-internal glitch: "Cannot check out non-mergeable pull request as if merged."

@tseaver
Copy link
Contributor Author

tseaver commented Jul 17, 2019

Testing only. I need this merged to start work on #7215 (the reproducer conformance test is new-style JSON only). Merging without review.

@tseaver tseaver merged commit 563effc into googleapis:master Jul 17, 2019
@tseaver tseaver deleted the firestore-update-conformance-tests branch July 17, 2019 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the Firestore API. cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants