influxdata / influxdata/influxdb
Potential flaky test
Open
area/2.x
flaky test
kind/bug
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
The failure I saw was:
```
--- FAIL: TestSessionExpireAt (0.20s)
session_store_test.go:149: expected key to still exist but got: ""
FAIL
FAIL github.com/influxdata/influxdb/v2/inmem 2.214s
```
Contributor guide
Research direction
Start with inmem/session_store_test.go at line 149 and run TestSessionExpireAt to reproduce the reported failure. Trace the session expiration timing and determine what makes the key disappear earlier than expected; done means the test no longer flakes under repeated runs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100