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

hanahmily pushed a commit to branch fix/disable-rotation-warm-cold-nodes
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git

commit d1b2537b7bad229f7614c0e63f9c5e9a2f37fe85
Author: Hongtao Gao <[email protected]>
AuthorDate: Thu Apr 9 00:32:30 2026 +0000

    chore: fix lint formatting in rotation test
---
 banyand/internal/storage/rotation_test.go | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/banyand/internal/storage/rotation_test.go 
b/banyand/internal/storage/rotation_test.go
index e39e9a1e7..b9251a357 100644
--- a/banyand/internal/storage/rotation_test.go
+++ b/banyand/internal/storage/rotation_test.go
@@ -245,12 +245,12 @@ func TestRotationDisabled(t *testing.T) {
                defer defFn()
 
                TSDBOpts := TSDBOpts[*MockTSTable, any]{
-                       Location:         dir,
-                       SegmentInterval:  IntervalRule{Unit: DAY, Num: 3},
-                       TTL:              IntervalRule{Unit: DAY, Num: 30},
-                       ShardNum:         1,
-                       TSTableCreator:   MockTSTableCreator,
-                       DisableRotation:  true,
+                       Location:        dir,
+                       SegmentInterval: IntervalRule{Unit: DAY, Num: 3},
+                       TTL:             IntervalRule{Unit: DAY, Num: 30},
+                       ShardNum:        1,
+                       TSTableCreator:  MockTSTableCreator,
+                       DisableRotation: true,
                }
                ctx := context.Background()
                mc := timestamp.NewMockClock()

Reply via email to