diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-28 20:03:06 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-28 20:03:06 -0700 |
| commit | 1733d0ce68b4ef31edcb54ddbbf6070caa319f37 (patch) | |
| tree | e6f42836b375f4665efe6bc42ecf3b8340e7784a /telemetry/test | |
| parent | 166e36bcd35f30af5a7f2bd2ec7b7aa31777cbac (diff) | |
| download | seaweedfs-1733d0ce68b4ef31edcb54ddbbf6070caa319f37.tar.xz seaweedfs-1733d0ce68b4ef31edcb54ddbbf6070caa319f37.zip | |
remove features and deployments fields
Diffstat (limited to 'telemetry/test')
| -rw-r--r-- | telemetry/test/integration.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telemetry/test/integration.go b/telemetry/test/integration.go index d0eea4777..c63ce82cb 100644 --- a/telemetry/test/integration.go +++ b/telemetry/test/integration.go @@ -151,8 +151,6 @@ func testProtobufMarshaling() error { ClusterId: "test-cluster-12345", Version: "test-3.45", Os: "linux/amd64", - Features: []string{"filer", "s3api"}, - Deployment: "test", VolumeServerCount: 2, TotalDiskBytes: 1000000, TotalVolumeCount: 10, @@ -197,8 +195,6 @@ func testTelemetryClient() error { testData := &proto.TelemetryData{ Version: "test-3.45", Os: "linux/amd64", - Features: []string{"filer", "s3api", "mq"}, - Deployment: "integration-test", VolumeServerCount: 3, TotalDiskBytes: 1073741824, // 1GB TotalVolumeCount: 50, |
