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
Kill agent in the middle and restart to test shutdown & recovery: note this only works for catchable signals such as SIGTERM
Automatic verification needs to cover:
Final output logs from upstream in JSON
Order of output logs should be the same as input, per each of pipeline (key-set)
Except when recovery happens, which should be resent and possibly duplicated in the original order. For example logs 1 2 3 4 5 may be sent as 1 2 3 | 2 3 | 4 5
Metric values except buffer metrics regarding on-disk vs in-memory chunks
The text was updated successfully, but these errors were encountered:
Document our full integration testing once we have a prototype setup
The scope of full integration testing should cover:
Automatic verification needs to cover:
1 2 3 4 5
may be sent as1 2 3 | 2 3 | 4 5
The text was updated successfully, but these errors were encountered: