-
Notifications
You must be signed in to change notification settings - Fork 35
Get retry test instructions off-by-one #707
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It looks like the returned unused instructions are off-by-one.
For example take the following:
map[storage.objects.insert:[return-503-after-257K return-503 return-503 return-503 return-503]return-503-after-257Kandreturn-503)map[storage.objects.insert:[return-503 return-503 return-503 return-503]]Expected:
map[storage.objects.insert:[return-503 return-503 return-503]]I inserted a delay of 30 seconds and saw the same thing.
Note: this is not an issue with http bucket lists.