tests/robustness: Store whole watch operations
Want to keep watch requests to properly validate reliability of watch stream. Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
@ -333,9 +333,9 @@ func TestPatchHistory(t *testing.T) {
|
||||
}
|
||||
operations := patchedOperationHistory([]traffic.ClientReport{
|
||||
{
|
||||
ClientId: 0,
|
||||
OperationHistory: history.History,
|
||||
Watch: watch,
|
||||
ClientId: 0,
|
||||
KeyValue: history.History,
|
||||
Watch: []traffic.WatchOperation{{Responses: watch}},
|
||||
},
|
||||
})
|
||||
remains := len(operations) == history.Len()
|
||||
|
Reference in New Issue
Block a user