You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any system tests that require indexes are marked to be skipped, due to the indexes not being created in the datastore instance being used for CI by Kokoro.
The indexes that would need to be created are in tests/system/indexes.yaml. The gcloud SDK is required to create indexes. The way to do this from the command line is:
Unfortunately there is no way to do this programmatically via an API. Probably the nox script run by Kokoro could be updated to accomplish running this step.
The text was updated successfully, but these errors were encountered:
Currently, any system tests that require indexes are marked to be skipped, due to the indexes not being created in the datastore instance being used for CI by Kokoro.
The indexes that would need to be created are in
tests/system/indexes.yaml
. Thegcloud
SDK is required to create indexes. The way to do this from the command line is:Unfortunately there is no way to do this programmatically via an API. Probably the
nox
script run by Kokoro could be updated to accomplish running this step.The text was updated successfully, but these errors were encountered: