Don't use transaction in ListModifiedSince. (#110392)
* Don't use transaction in ListModifiedSince. To guarantee that we don't include events with RV > LatestRV, we include the check in SQL query instead. * Fix integration test by converting SQL comments into template comments.
This commit is contained in:
@@ -129,6 +129,7 @@ func TestUnifiedStorageQueries(t *testing.T) {
|
||||
Group: "group",
|
||||
Resource: "res",
|
||||
SinceRv: 10000,
|
||||
LatestRv: 20000,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user