influxdata / influxdata/influxdb
Flaky Test: TestCoordinatingTaskService_ClaimTaskUpdatesLatestCompleted
Open
area/2.x
flaky test
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Test is consistently failing on master
```
--- FAIL: TestCoordinatingTaskService_ClaimTaskUpdatesLatestCompleted (0.00s)
middleware_test.go:260: failed up update latest completed in claimed task
FAIL
```
Contributor guide
Research direction
Start with middleware_test.go, especially TestCoordinatingTaskService_ClaimTaskUpdatesLatestCompleted and the failure at line 260. Run the test on master to reproduce the failure, then trace the coordinating task service behavior involved in updating the latest completed task. Done means the test passes consistently and the update is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100