lauk20 commented on code in PR #3450:
URL: https://github.com/apache/kvrocks/pull/3450#discussion_r3228999882
##########
tests/gocase/unit/type/timeseries/timeseries_test.go:
##########
@@ -201,6 +201,24 @@ func testTimeSeries(t *testing.T, configs
util.KvrocksServerConfigs) {
require.ErrorContains(t, rdb.Do(ctx, "ts.add", key, "1000",
"13.4").Err(), "update is not supported when DUPLICATE_POLICY is set to BLOCK
mode")
})
+ t.Run("TS.ADD Ignore Option", func(t *testing.T) {
Review Comment:
Thanks for the review. I have added more test scenarios for the IGNORE
option. @jihuayu
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]