Closed githubbob42 closed 5 years ago
| | | |-|-| |**Version #**|4269| |**Hardware**| | |**OS**| | |**Browser**| | |**Username**| | |**Password**|Use LastPass| |ORG ID| | |User ID| | |RayGun Error ID| |
No indexeddb errors
IndexedDB errors are thrown whenever we delete ticket logs and incremental sync
Ticket log delete events are in an invalid payload shape. If there are rollups that use ticket log, additional errors are thrown because of this.
Replay during incremental sync also throws errors because there are stray event listeners on the ticket log list
Ticket Logs
Ticket Log rollups
- verify no indexedDB errors are thrown for the entire test
Pull Request #3025
Mingle Card: 6149 Steps to Reproduce
Expected Result
No indexeddb errors
Actual Result
IndexedDB errors are thrown whenever we delete ticket logs and incremental sync
Analysis
Ticket log delete events are in an invalid payload shape. If there are rollups that use ticket log, additional errors are thrown because of this.
Replay during incremental sync also throws errors because there are stray event listeners on the ticket log list
Related Cards
Impact Analysis
Ticket Logs
Ticket Log rollups
Test Plan
run ‘Ticket Log’ selenium test with devtools open
- verify no indexedDB errors are thrown for the entire test