You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by ti...@apache.org on 2023/06/26 06:16:51 UTC

[kvrocks] branch unstable updated: chore: Drop incubator- prefix from Go test files, as well as yaml files and comment lines (#1519)

This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 1239dba4 chore: Drop incubator- prefix from Go test files, as well as yaml files and comment lines (#1519)
1239dba4 is described below

commit 1239dba421e47bc263e987b5dbc58df7cff033f5
Author: hulk <hu...@gmail.com>
AuthorDate: Mon Jun 26 14:16:45 2023 +0800

    chore: Drop incubator- prefix from Go test files, as well as yaml files and comment lines (#1519)
---
 .github/ISSUE_TEMPLATE/bug-report.yml                    | 6 +++---
 .github/ISSUE_TEMPLATE/enhancement.yml                   | 4 ++--
 src/commands/cmd_list.cc                                 | 2 +-
 src/commands/cmd_zset.cc                                 | 4 ++--
 src/common/rand.cc                                       | 2 +-
 src/common/rand.h                                        | 2 +-
 src/storage/compact_filter.cc                            | 2 +-
 tests/gocase/go.mod                                      | 2 +-
 tests/gocase/integration/cli/cli_test.go                 | 2 +-
 tests/gocase/integration/cli_options/cli_options_test.go | 2 +-
 tests/gocase/integration/cluster/cluster_test.go         | 2 +-
 tests/gocase/integration/replication/replication_test.go | 2 +-
 tests/gocase/integration/rsid/rsid_test.go               | 2 +-
 tests/gocase/integration/slotimport/slotimport_test.go   | 2 +-
 tests/gocase/integration/slotmigrate/slotmigrate_test.go | 2 +-
 tests/gocase/tls/tls_test.go                             | 2 +-
 tests/gocase/unit/auth/auth_test.go                      | 2 +-
 tests/gocase/unit/command/command_test.go                | 2 +-
 tests/gocase/unit/config/config_test.go                  | 5 ++---
 tests/gocase/unit/disk/disk_test.go                      | 2 +-
 tests/gocase/unit/expire/expire_test.go                  | 2 +-
 tests/gocase/unit/geo/geo_test.go                        | 2 +-
 tests/gocase/unit/hello/hello_test.go                    | 2 +-
 tests/gocase/unit/info/info_test.go                      | 2 +-
 tests/gocase/unit/introspection/introspection_test.go    | 2 +-
 tests/gocase/unit/keyspace/keyspace_test.go              | 2 +-
 tests/gocase/unit/limits/limits_test.go                  | 2 +-
 tests/gocase/unit/log/logclean_test.go                   | 2 +-
 tests/gocase/unit/multi/multi_test.go                    | 2 +-
 tests/gocase/unit/perflog/perflog_test.go                | 2 +-
 tests/gocase/unit/ping/ping_test.go                      | 2 +-
 tests/gocase/unit/protocol/protocol_test.go              | 2 +-
 tests/gocase/unit/protocol/regression_test.go            | 2 +-
 tests/gocase/unit/pubsub/pubsub_test.go                  | 2 +-
 tests/gocase/unit/quit/quit_test.go                      | 2 +-
 tests/gocase/unit/scan/scan_test.go                      | 2 +-
 tests/gocase/unit/scripting/scripting_test.go            | 2 +-
 tests/gocase/unit/slowlog/slowlog_test.go                | 2 +-
 tests/gocase/unit/type/bitmap/bitmap_test.go             | 2 +-
 tests/gocase/unit/type/hash/hash_test.go                 | 2 +-
 tests/gocase/unit/type/incr/incr_test.go                 | 2 +-
 tests/gocase/unit/type/list/list_test.go                 | 2 +-
 tests/gocase/unit/type/set/set_test.go                   | 2 +-
 tests/gocase/unit/type/sint/sint_test.go                 | 2 +-
 tests/gocase/unit/type/stream/stream_test.go             | 2 +-
 tests/gocase/unit/type/strings/strings_test.go           | 2 +-
 tests/gocase/unit/type/zset/zset_test.go                 | 2 +-
 utils/systemd/kvrocks.service                            | 2 +-
 48 files changed, 53 insertions(+), 54 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 032557d3..a33935ca 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -26,15 +26,15 @@ body:
 
         If it is an idea or help wanted, please go to:
         1. [Dev Mail List](mailto:dev@kvrocks.apache.org) ([subscribe](mailto:dev-subscribe@kvrocks.apache.org)): This will be your FASTEST way to get help!
-        2. [Github Discussion](https://github.com/apache/incubator-kvrocks/discussions).
+        2. [Github Discussion](https://github.com/apache/kvrocks/discussions).
   - type: checkboxes
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [issues](https://github.com/apache/incubator-kvrocks/issues) first to see whether the same issue was reported already.
+        Please make sure to search in the [issues](https://github.com/apache/kvrocks/issues) first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
+            I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
           required: true
   - type: textarea
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml
index 9550a013..9b90a825 100644
--- a/.github/ISSUE_TEMPLATE/enhancement.yml
+++ b/.github/ISSUE_TEMPLATE/enhancement.yml
@@ -27,10 +27,10 @@ body:
     attributes:
       label: Search before asking
       description: >
-        Please make sure to search in the [issues](https://github.com/apache/incubator-kvrocks/issues) first to see whether the same issue was reported already.
+        Please make sure to search in the [issues](https://github.com/apache/kvrocks/issues) first to see whether the same issue was reported already.
       options:
         - label: >
-            I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
+            I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues.
           required: true
   - type: textarea
     attributes:
diff --git a/src/commands/cmd_list.cc b/src/commands/cmd_list.cc
index 5f5d65a8..2063347b 100644
--- a/src/commands/cmd_list.cc
+++ b/src/commands/cmd_list.cc
@@ -259,7 +259,7 @@ class CommandBPop : public Commander,
     bufferevent_enable(bev, EV_READ);
     // We need to manually trigger the read event since we will stop processing commands
     // in connection after the blocking command, so there may have some commands to be processed.
-    // Related issue: https://github.com/apache/incubator-kvrocks/issues/831
+    // Related issue: https://github.com/apache/kvrocks/issues/831
     bufferevent_trigger(bev, EV_READ, BEV_TRIG_IGNORE_WATERMARKS);
   }
 
diff --git a/src/commands/cmd_zset.cc b/src/commands/cmd_zset.cc
index 5ad2cad7..07ada2a0 100644
--- a/src/commands/cmd_zset.cc
+++ b/src/commands/cmd_zset.cc
@@ -395,7 +395,7 @@ class CommandBZPop : public Commander,
     bufferevent_enable(bev, EV_READ);
     // We need to manually trigger the read event since we will stop processing commands
     // in connection after the blocking command, so there may have some commands to be processed.
-    // Related issue: https://github.com/apache/incubator-kvrocks/issues/831
+    // Related issue: https://github.com/apache/kvrocks/issues/831
     bufferevent_trigger(bev, EV_READ, BEV_TRIG_IGNORE_WATERMARKS);
   }
 
@@ -622,7 +622,7 @@ class CommandBZMPop : public Commander,
     bufferevent_enable(bev, EV_READ);
     // We need to manually trigger the read event since we will stop processing commands
     // in connection after the blocking command, so there may have some commands to be processed.
-    // Related issue: https://github.com/apache/incubator-kvrocks/issues/831
+    // Related issue: https://github.com/apache/kvrocks/issues/831
     bufferevent_trigger(bev, EV_READ, BEV_TRIG_IGNORE_WATERMARKS);
   }
 
diff --git a/src/common/rand.cc b/src/common/rand.cc
index 2cc74618..2d6b0a36 100644
--- a/src/common/rand.cc
+++ b/src/common/rand.cc
@@ -43,7 +43,7 @@
 
 /*
  * Rewritten in C++ with constexprs and templates by @tanruixiang in
- * https://github.com/apache/incubator-kvrocks/commit/900e0f44781d9459649e9864ba09abe6000ce987
+ * https://github.com/apache/kvrocks/commit/900e0f44781d9459649e9864ba09abe6000ce987
  */
 
 #include "rand.h"
diff --git a/src/common/rand.h b/src/common/rand.h
index eb05c684..e97797a2 100644
--- a/src/common/rand.h
+++ b/src/common/rand.h
@@ -29,7 +29,7 @@
 
 /*
  * Modified by @PragmaTwice to leverage constexprs over defines in
- * https://github.com/apache/incubator-kvrocks/commit/1dcf225acad001175df0ea142b5e498f29d1b18b
+ * https://github.com/apache/kvrocks/commit/1dcf225acad001175df0ea142b5e498f29d1b18b
  */
 
 #pragma once
diff --git a/src/storage/compact_filter.cc b/src/storage/compact_filter.cc
index 60b65227..984c618b 100644
--- a/src/storage/compact_filter.cc
+++ b/src/storage/compact_filter.cc
@@ -88,7 +88,7 @@ Status SubKeyFilter::GetMetadata(const InternalKey &ikey, Metadata *metadata) co
 
 bool SubKeyFilter::IsMetadataExpired(const InternalKey &ikey, const Metadata &metadata) {
   // lazy delete to avoid race condition between command Expire and subkey Compaction
-  // Related issue:https://github.com/apache/incubator-kvrocks/issues/1298
+  // Related issue:https://github.com/apache/kvrocks/issues/1298
   //
   // `Util::GetTimeStampMS() - 300000` means extending 5 minutes for expired items,
   // to prevent them from being recycled once they reach the expiration time.
diff --git a/tests/gocase/go.mod b/tests/gocase/go.mod
index 24ad23a3..48f0cf97 100644
--- a/tests/gocase/go.mod
+++ b/tests/gocase/go.mod
@@ -1,4 +1,4 @@
-module github.com/apache/incubator-kvrocks/tests/gocase
+module github.com/apache/kvrocks/tests/gocase
 
 go 1.19
 
diff --git a/tests/gocase/integration/cli/cli_test.go b/tests/gocase/integration/cli/cli_test.go
index 675b06a9..042176f8 100644
--- a/tests/gocase/integration/cli/cli_test.go
+++ b/tests/gocase/integration/cli/cli_test.go
@@ -34,7 +34,7 @@ import (
 	"syscall"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/integration/cli_options/cli_options_test.go b/tests/gocase/integration/cli_options/cli_options_test.go
index d60a41de..767679dd 100644
--- a/tests/gocase/integration/cli_options/cli_options_test.go
+++ b/tests/gocase/integration/cli_options/cli_options_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/integration/cluster/cluster_test.go b/tests/gocase/integration/cluster/cluster_test.go
index 4ad5ce15..1716630a 100644
--- a/tests/gocase/integration/cluster/cluster_test.go
+++ b/tests/gocase/integration/cluster/cluster_test.go
@@ -25,7 +25,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/integration/replication/replication_test.go b/tests/gocase/integration/replication/replication_test.go
index c38e1fee..20de3581 100644
--- a/tests/gocase/integration/replication/replication_test.go
+++ b/tests/gocase/integration/replication/replication_test.go
@@ -27,7 +27,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/integration/rsid/rsid_test.go b/tests/gocase/integration/rsid/rsid_test.go
index f6ad3543..9f5a18ea 100644
--- a/tests/gocase/integration/rsid/rsid_test.go
+++ b/tests/gocase/integration/rsid/rsid_test.go
@@ -24,7 +24,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/integration/slotimport/slotimport_test.go b/tests/gocase/integration/slotimport/slotimport_test.go
index 9abf237a..b86f9275 100644
--- a/tests/gocase/integration/slotimport/slotimport_test.go
+++ b/tests/gocase/integration/slotimport/slotimport_test.go
@@ -25,7 +25,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/integration/slotmigrate/slotmigrate_test.go b/tests/gocase/integration/slotmigrate/slotmigrate_test.go
index ad0d6dae..d21b9cef 100644
--- a/tests/gocase/integration/slotmigrate/slotmigrate_test.go
+++ b/tests/gocase/integration/slotmigrate/slotmigrate_test.go
@@ -27,7 +27,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 	"golang.org/x/exp/slices"
diff --git a/tests/gocase/tls/tls_test.go b/tests/gocase/tls/tls_test.go
index 120287e6..77df2202 100644
--- a/tests/gocase/tls/tls_test.go
+++ b/tests/gocase/tls/tls_test.go
@@ -24,7 +24,7 @@ import (
 	"crypto/tls"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/auth/auth_test.go b/tests/gocase/unit/auth/auth_test.go
index 6613c098..a044e84d 100644
--- a/tests/gocase/unit/auth/auth_test.go
+++ b/tests/gocase/unit/auth/auth_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/command/command_test.go b/tests/gocase/unit/command/command_test.go
index a1eb556c..58b7589a 100644
--- a/tests/gocase/unit/command/command_test.go
+++ b/tests/gocase/unit/command/command_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/config/config_test.go b/tests/gocase/unit/config/config_test.go
index e44e5b1b..1642b763 100644
--- a/tests/gocase/unit/config/config_test.go
+++ b/tests/gocase/unit/config/config_test.go
@@ -23,13 +23,12 @@ import (
 	"context"
 	"log"
 	"os"
+	"path/filepath"
 	"sort"
 	"testing"
 	"time"
 
-	"path/filepath"
-
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/disk/disk_test.go b/tests/gocase/unit/disk/disk_test.go
index 1ad6b934..f161ddbc 100644
--- a/tests/gocase/unit/disk/disk_test.go
+++ b/tests/gocase/unit/disk/disk_test.go
@@ -26,7 +26,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/expire/expire_test.go b/tests/gocase/unit/expire/expire_test.go
index 8a691966..9f56d8bc 100644
--- a/tests/gocase/unit/expire/expire_test.go
+++ b/tests/gocase/unit/expire/expire_test.go
@@ -25,7 +25,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/geo/geo_test.go b/tests/gocase/unit/geo/geo_test.go
index 0b36bbd6..173ae67c 100644
--- a/tests/gocase/unit/geo/geo_test.go
+++ b/tests/gocase/unit/geo/geo_test.go
@@ -29,7 +29,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/hello/hello_test.go b/tests/gocase/unit/hello/hello_test.go
index b89b54b5..984a11c6 100644
--- a/tests/gocase/unit/hello/hello_test.go
+++ b/tests/gocase/unit/hello/hello_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/info/info_test.go b/tests/gocase/unit/info/info_test.go
index 3b2821c8..b0078a59 100644
--- a/tests/gocase/unit/info/info_test.go
+++ b/tests/gocase/unit/info/info_test.go
@@ -26,7 +26,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/introspection/introspection_test.go b/tests/gocase/unit/introspection/introspection_test.go
index 11ea8fcc..3248b40d 100644
--- a/tests/gocase/unit/introspection/introspection_test.go
+++ b/tests/gocase/unit/introspection/introspection_test.go
@@ -27,7 +27,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/keyspace/keyspace_test.go b/tests/gocase/unit/keyspace/keyspace_test.go
index b7d372bc..d60fb71f 100644
--- a/tests/gocase/unit/keyspace/keyspace_test.go
+++ b/tests/gocase/unit/keyspace/keyspace_test.go
@@ -25,7 +25,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/limits/limits_test.go b/tests/gocase/unit/limits/limits_test.go
index f6fe6f2e..2eb6c7ec 100644
--- a/tests/gocase/unit/limits/limits_test.go
+++ b/tests/gocase/unit/limits/limits_test.go
@@ -23,7 +23,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/log/logclean_test.go b/tests/gocase/unit/log/logclean_test.go
index 993ee42d..df3dbc36 100644
--- a/tests/gocase/unit/log/logclean_test.go
+++ b/tests/gocase/unit/log/logclean_test.go
@@ -24,7 +24,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/multi/multi_test.go b/tests/gocase/unit/multi/multi_test.go
index 631a409f..011b922d 100644
--- a/tests/gocase/unit/multi/multi_test.go
+++ b/tests/gocase/unit/multi/multi_test.go
@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/perflog/perflog_test.go b/tests/gocase/unit/perflog/perflog_test.go
index e42154e5..6cb94876 100644
--- a/tests/gocase/unit/perflog/perflog_test.go
+++ b/tests/gocase/unit/perflog/perflog_test.go
@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/ping/ping_test.go b/tests/gocase/unit/ping/ping_test.go
index d665fb55..477e777c 100644
--- a/tests/gocase/unit/ping/ping_test.go
+++ b/tests/gocase/unit/ping/ping_test.go
@@ -22,7 +22,7 @@ package ping
 import (
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/protocol/protocol_test.go b/tests/gocase/unit/protocol/protocol_test.go
index 45326c8d..de210413 100644
--- a/tests/gocase/unit/protocol/protocol_test.go
+++ b/tests/gocase/unit/protocol/protocol_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/protocol/regression_test.go b/tests/gocase/unit/protocol/regression_test.go
index cc61c622..3111aee4 100644
--- a/tests/gocase/unit/protocol/regression_test.go
+++ b/tests/gocase/unit/protocol/regression_test.go
@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/pubsub/pubsub_test.go b/tests/gocase/unit/pubsub/pubsub_test.go
index 2459bfe0..3259d76c 100644
--- a/tests/gocase/unit/pubsub/pubsub_test.go
+++ b/tests/gocase/unit/pubsub/pubsub_test.go
@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/quit/quit_test.go b/tests/gocase/unit/quit/quit_test.go
index df652230..a18aed9d 100644
--- a/tests/gocase/unit/quit/quit_test.go
+++ b/tests/gocase/unit/quit/quit_test.go
@@ -24,7 +24,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/scan/scan_test.go b/tests/gocase/unit/scan/scan_test.go
index ad00d19c..439b3877 100644
--- a/tests/gocase/unit/scan/scan_test.go
+++ b/tests/gocase/unit/scan/scan_test.go
@@ -26,7 +26,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 	"golang.org/x/exp/slices"
diff --git a/tests/gocase/unit/scripting/scripting_test.go b/tests/gocase/unit/scripting/scripting_test.go
index 4a54801b..930a6210 100644
--- a/tests/gocase/unit/scripting/scripting_test.go
+++ b/tests/gocase/unit/scripting/scripting_test.go
@@ -24,7 +24,7 @@ import (
 	"fmt"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/slowlog/slowlog_test.go b/tests/gocase/unit/slowlog/slowlog_test.go
index 1913add8..d2f6f8de 100644
--- a/tests/gocase/unit/slowlog/slowlog_test.go
+++ b/tests/gocase/unit/slowlog/slowlog_test.go
@@ -24,7 +24,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/type/bitmap/bitmap_test.go b/tests/gocase/unit/type/bitmap/bitmap_test.go
index 69cd60d7..bd978aed 100644
--- a/tests/gocase/unit/type/bitmap/bitmap_test.go
+++ b/tests/gocase/unit/type/bitmap/bitmap_test.go
@@ -30,7 +30,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/type/hash/hash_test.go b/tests/gocase/unit/type/hash/hash_test.go
index a20a4cc1..84895273 100644
--- a/tests/gocase/unit/type/hash/hash_test.go
+++ b/tests/gocase/unit/type/hash/hash_test.go
@@ -30,7 +30,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/type/incr/incr_test.go b/tests/gocase/unit/type/incr/incr_test.go
index d16fff3f..eb5c9f79 100644
--- a/tests/gocase/unit/type/incr/incr_test.go
+++ b/tests/gocase/unit/type/incr/incr_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/type/list/list_test.go b/tests/gocase/unit/type/list/list_test.go
index f8916864..b0625ea6 100644
--- a/tests/gocase/unit/type/list/list_test.go
+++ b/tests/gocase/unit/type/list/list_test.go
@@ -28,7 +28,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 	"modernc.org/mathutil"
diff --git a/tests/gocase/unit/type/set/set_test.go b/tests/gocase/unit/type/set/set_test.go
index 61ecc2a1..8a58c7b9 100644
--- a/tests/gocase/unit/type/set/set_test.go
+++ b/tests/gocase/unit/type/set/set_test.go
@@ -25,7 +25,7 @@ import (
 	"strconv"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/type/sint/sint_test.go b/tests/gocase/unit/type/sint/sint_test.go
index ec3c4efa..aa45859f 100644
--- a/tests/gocase/unit/type/sint/sint_test.go
+++ b/tests/gocase/unit/type/sint/sint_test.go
@@ -23,7 +23,7 @@ import (
 	"context"
 	"testing"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/stretchr/testify/require"
 )
 
diff --git a/tests/gocase/unit/type/stream/stream_test.go b/tests/gocase/unit/type/stream/stream_test.go
index 40f46833..1559ca2f 100644
--- a/tests/gocase/unit/type/stream/stream_test.go
+++ b/tests/gocase/unit/type/stream/stream_test.go
@@ -29,7 +29,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/type/strings/strings_test.go b/tests/gocase/unit/type/strings/strings_test.go
index d3ee953b..ac36fa5a 100644
--- a/tests/gocase/unit/type/strings/strings_test.go
+++ b/tests/gocase/unit/type/strings/strings_test.go
@@ -29,7 +29,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 )
diff --git a/tests/gocase/unit/type/zset/zset_test.go b/tests/gocase/unit/type/zset/zset_test.go
index f0689dcd..a6b150c7 100644
--- a/tests/gocase/unit/type/zset/zset_test.go
+++ b/tests/gocase/unit/type/zset/zset_test.go
@@ -30,7 +30,7 @@ import (
 	"testing"
 	"time"
 
-	"github.com/apache/incubator-kvrocks/tests/gocase/util"
+	"github.com/apache/kvrocks/tests/gocase/util"
 	"github.com/redis/go-redis/v9"
 	"github.com/stretchr/testify/require"
 	"golang.org/x/exp/slices"
diff --git a/utils/systemd/kvrocks.service b/utils/systemd/kvrocks.service
index c88a855e..c0180b7c 100644
--- a/utils/systemd/kvrocks.service
+++ b/utils/systemd/kvrocks.service
@@ -1,6 +1,6 @@
 [Unit]
 Description=kvrocks SSD key-value database
-Documentation=https://github.com/apache/incubator-kvrocks
+Documentation=https://github.com/apache/kvrocks
 Wants=network-online.target
 After=network-online.target