Commits


Gil authored and GitHub committed 0d64c5bf690
Prevent race conditions in DatastoreTest (#4227) * Prevent race conditions in DatastoreTest Previously it was possible for tasks on the async queue to outlive the instance of the DatastoreTest which could crash or cause TSAN violations. This fixes a flake that appeared in the AuthOutlivesDatastore test case. * Improve readability of the error classification tests