php-docs-samples
php-docs-samples copied to clipboard
feat: add samples for Datastore Admin
These tests take ~15 minutes to execute.
Here is the summary of changes.
You are about to add 7 region tags.
-
datastoreadmin/quickstart.php:18, tag
datastore_admin_client_create
-
datastoreadmin/src/entities_export.php:26, tag
datastore_admin_entities_export
-
datastoreadmin/src/entities_import.php:26, tag
datastore_admin_entities_import
-
datastoreadmin/src/index_create.php:26, tag
datastore_admin_index_create
-
datastoreadmin/src/index_delete.php:26, tag
datastore_admin_index_delete
-
datastoreadmin/src/index_get.php:26, tag
datastore_admin_index_get
-
datastoreadmin/src/index_list.php:26, tag
datastore_admin_index_list
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run
label or use the checkbox below:
- [ ] Refresh this comment
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.
@bshaffer these tests are reliably passing locally against multiple projects, and failing reliably on kokoro against multiple projects. Is there perhaps something I'm missing with the configuration of the kokoro projects?
I believe the cause of the problem is when tested on projects using "Datastore Legacy", the operation to create the index pass, but when tested on projects using "Firestore in Datastore Mode", the tests fail.