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

hanahmily pushed a commit to branch fix/lifecycle-self-identity-resolution
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit e8fd611f4f73aa16ab6eb0d100ebbe98b1f5b640
Author: Hongtao Gao <[email protected]>
AuthorDate: Fri Jun 12 13:12:03 2026 +0000

    chore: fix lint issues
---
 banyand/backup/lifecycle/segment_boundary_utils_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/banyand/backup/lifecycle/segment_boundary_utils_test.go 
b/banyand/backup/lifecycle/segment_boundary_utils_test.go
index 9384918c4..f4a715c89 100644
--- a/banyand/backup/lifecycle/segment_boundary_utils_test.go
+++ b/banyand/backup/lifecycle/segment_boundary_utils_test.go
@@ -181,8 +181,8 @@ func stage(name, selector string, segNum, ttlNum uint32) 
*commonv1.LifecycleStag
 func TestGetTargetStageInterval(t *testing.T) {
        //nolint:govet // fieldalignment: test struct optimization not critical
        type tc struct {
-               name     string
                group    *GroupConfig
+               name     string
                expected storage.IntervalRule
        }
 

Reply via email to