-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.0.11rc1, 7.2.5rc1, 7.4.0alpha2 (master)
-
PostgreSQL 14.11
-
Sprint candidates
-
0.5
Steps to reproduce:
- Create problem event
- Update problem and set suppress "Indefinitely"
- Send an API requests at the same time (less than 1 second) to suppress and then unsuppress event
"method": "event.acknowledge", "params": { "eventids": "5", "action": "32", "suppress_until": 0 } "method": "event.acknowledge", "params":{ "eventids": "5", "action": "64" }
script with curl script attached api-curl.sh
- Check result in DB and UI on problems page
Result:
incorrect acknowledge order, as result event with suppressed icon being displayed in problems list without the "Show suppressed problems" filter applied
DB:
Expected:
Correct order. I assume that sorting should be by clock, but if clocks are the same then by eventid