This is an automated email from the ASF dual-hosted git repository.
hulk pushed a change to branch aleksraiden-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from d72d4c74 Merge branch 'unstable' into aleksraiden-patch-1
add 9fc8ffa2 test: add go test cases for `txn-context-enabled` config
(#2530)
add eb3f406f Merge branch 'unstable' into aleksraiden-patch-1
No new revisions were added by this update.
Summary of changes:
tests/gocase/unit/config/config_test.go | 45 +++++++++++++
tests/gocase/unit/geo/geo_test.go | 30 ++++++---
tests/gocase/unit/pubsub/pubsub_test.go | 30 ++++++---
tests/gocase/unit/scripting/function_test.go | 30 ++++++---
tests/gocase/unit/type/bloom/bloom_test.go | 20 +++++-
tests/gocase/unit/type/hash/hash_test.go | 30 ++++++---
tests/gocase/unit/type/incr/incr_test.go | 19 +++++-
tests/gocase/unit/type/json/json_test.go | 18 +++++-
tests/gocase/unit/type/list/list_test.go | 62 +++++++++++++++++-
tests/gocase/unit/type/set/set_test.go | 28 +++++---
tests/gocase/unit/type/sint/sint_test.go | 21 +++++-
tests/gocase/unit/type/stream/stream_test.go | 30 ++++++---
tests/gocase/unit/type/strings/strings_test.go | 16 +++++
tests/gocase/unit/type/zset/zset_test.go | 32 +++++++---
tests/gocase/util/configs.go | 88 ++++++++++++++++++++++++++
15 files changed, 427 insertions(+), 72 deletions(-)
create mode 100644 tests/gocase/util/configs.go