-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to clean up log entries created during system testing #1657
Comments
@jgeewax Bump |
@jgeewax who is the back-end API contact person for logging? |
@jgeewax this issue blocks merging the logging-api branch by EOQ (we have consistent system test failures). |
@munangst can you help out with this? Apparently logs that exist are 404'ing when we try to delete them ? |
Weird, my logging system tests just started passing:
|
The teardown for |
My first guess is that there's some sort of eventual-consistency race condition between creating a log stream (by writing the first entry to it) and deleting it. I checked our API logs and I couldn't find any entries being written to the log name in the original problem report, but for another log in your project
That's not very much time between the initial write and the delete (2-4 sec), so you might be tickling a consistency problem between two backends. We'll investigate and see if we can reproduce it. |
Opened Google internal bug 27931629 to track this. |
@munangst FWIW, note that in between the write and the delete, there was also a GET call to list entries for the |
The
projects.logs.delete
API is returning 404s for logs which plainly exist.I can't delete those logs via the "Try It!" form for
projects.logs.delete
, either.@jgeewax who is the back-end API contact person for logging?
The text was updated successfully, but these errors were encountered: