From cc58f8921b132300d3ccb24d5e79d7e60c828fe9 Mon Sep 17 00:00:00 2001 From: kevindiu Date: Fri, 29 Sep 2023 02:42:52 +0000 Subject: [PATCH] fix Signed-off-by: kevindiu --- tests/e2e/operation/operation.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/operation/operation.go b/tests/e2e/operation/operation.go index 332f8fdaf0..0b1d48681b 100644 --- a/tests/e2e/operation/operation.go +++ b/tests/e2e/operation/operation.go @@ -102,6 +102,8 @@ type Client interface { ctx context.Context, ds Dataset, skipStrictExistCheck bool, + timestamp int64, + UpdateTimestampIfExists bool, offset int, statusValidator StatusValidator, errorValidator ErrorValidator,