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
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
The Diego team recently observed a case in which the Tracker resource failed to deliver a finished story (#158991284) because a chore (#158945682) that was blocking it was accepted after that story was finished. Relevant set of story updates, in reverse chronological order:
{
"kind": "story_update_activity",
"occurred_at": "2018-07-13T21:15:20Z",
"highlight": "delivered",
"primary_resources": [
{
"kind": "story",
"id": 158991284,
"name": "Redo #140766307 taking into account issues observed on Windows cells",
"story_type": "bug",
"url": "https://www.pivotaltracker.com/story/show/158991284"
}
]
}
{
"kind": "story_update_activity",
"occurred_at": "2018-07-13T16:40:34Z",
"highlight": "accepted",
"primary_resources": [
{
"kind": "story",
"id": 158945682,
"name": "Investigate reports of Windows Diego components not starting on certain IaaSes because of loggregator client bootstrapping exceeding its context deadline",
"story_type": "chore",
"url": "https://www.pivotaltracker.com/story/show/158945682"
}
]
}
{
"kind": "story_update_activity",
"occurred_at": "2018-07-13T15:11:42Z",
"highlight": "finished",
"primary_resources": [
{
"kind": "story",
"id": 158991284,
"name": "Redo #140766307 taking into account issues observed on Windows cells",
"story_type": "bug",
"url": "https://www.pivotaltracker.com/story/show/158991284"
}
]
}
{
"kind": "story_update_activity",
"occurred_at": "2018-07-13T12:16:10Z",
"highlight": "started",
"primary_resources": [
{
"kind": "story",
"id": 158991284,
"name": "Redo #140766307 taking into account issues observed on Windows cells",
"story_type": "bug",
"url": "https://www.pivotaltracker.com/story/show/158991284"
}
]
}
{
"kind": "story_update_activity",
"occurred_at": "2018-07-12T16:24:13Z",
"highlight": "accepted",
"primary_resources": [
{
"kind": "story",
"id": 158991271,
"name": "Roll back changes introduced in #140766307 to ensure Windows Diego components can start reliably across different IaaSes",
"story_type": "bug",
"url": "https://www.pivotaltracker.com/story/show/158991271"
}
]
}
{
"kind": "story_update_activity",
"occurred_at": "2018-07-11T22:25:49Z",
"highlight": "edited",
"primary_resources": [
{
"kind": "story",
"id": 158991284,
"name": "Redo #140766307 taking into account issues observed on Windows cells",
"story_type": "bug",
"url": "https://www.pivotaltracker.com/story/show/158991284"
}
]
}
The second object in this list is the acceptance of the #158945682 chore, which occurs after transition of the main story #158991284 into the "finished" state and so causes the tracker resource invocation in deliver build #1077 (screenshot in details below) not to search Git history far enough back to find the diego-release commit that finished #158991284.
Problem
The Diego team recently observed a case in which the Tracker resource failed to deliver a finished story (#158991284) because a chore (#158945682) that was blocking it was accepted after that story was finished. Relevant set of story updates, in reverse chronological order:
Processed response
The second object in this list is the acceptance of the #158945682 chore, which occurs after transition of the main story #158991284 into the "finished" state and so causes the tracker resource invocation in deliver build #1077 (screenshot in details below) not to search Git history far enough back to find the diego-release commit that finished #158991284.
Screenshot of deliver build #1077
Possible fix
The predicate at
tracker-resource/out/cmd/out/main.go
Line 125 in b18b7a9
h/t @jvshahid
The text was updated successfully, but these errors were encountered: