This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new 44ceadee8 Remove integration tag in the property repair test (#966)
44ceadee8 is described below
commit 44ceadee8ebf35aed682e11ea07951dd427259cf
Author: mrproliu <[email protected]>
AuthorDate: Fri Feb 6 11:24:41 2026 +0800
Remove integration tag in the property repair test (#966)
---
test/property_repair/full_data/integrated_test.go | 2 +-
test/property_repair/half_data/integrated_test.go | 2 +-
test/property_repair/same_data/integrated_test.go | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/property_repair/full_data/integrated_test.go
b/test/property_repair/full_data/integrated_test.go
index 3e6668809..765180c77 100644
--- a/test/property_repair/full_data/integrated_test.go
+++ b/test/property_repair/full_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairIntegrated(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Integrated Test Suite",
ginkgo.Label("integration", "property_repair", "full_data"))
+ ginkgo.RunSpecs(t, "Property Repair Integrated Test Suite",
ginkgo.Label("property_repair", "full_data"))
}
var _ = ginkgo.BeforeSuite(func() {
diff --git a/test/property_repair/half_data/integrated_test.go
b/test/property_repair/half_data/integrated_test.go
index 88f9a9ae6..bd40fa682 100644
--- a/test/property_repair/half_data/integrated_test.go
+++ b/test/property_repair/half_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairHalfData(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Half Data Test Suite",
ginkgo.Label("integration", "property_repair", "half_data"))
+ ginkgo.RunSpecs(t, "Property Repair Half Data Test Suite",
ginkgo.Label("property_repair", "half_data"))
}
var _ = ginkgo.BeforeSuite(func() {
diff --git a/test/property_repair/same_data/integrated_test.go
b/test/property_repair/same_data/integrated_test.go
index d86500226..290aaf310 100644
--- a/test/property_repair/same_data/integrated_test.go
+++ b/test/property_repair/same_data/integrated_test.go
@@ -47,7 +47,7 @@ var (
func TestPropertyRepairSameData(t *testing.T) {
gomega.RegisterFailHandler(ginkgo.Fail)
- ginkgo.RunSpecs(t, "Property Repair Same Data Test Suite",
ginkgo.Label("integration", "property_repair", "same_data"))
+ ginkgo.RunSpecs(t, "Property Repair Same Data Test Suite",
ginkgo.Label("property_repair", "same_data"))
}
var _ = ginkgo.BeforeSuite(func() {