From 80684fed59f556d579e268c5a855d936c1347b68 Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Wed, 16 Sep 2026 00:44:34 +0800 Subject: [PATCH] chore: align integrated repair tests with contribution checks Use the actual author and AGPL-3.0-or-later notices for new R6/R8 tests, preserving all test bodies and the Linux build tag. Record the existing replication ARN prefix used by the new R6 fixture in the compatibility inventory; no wire behavior changes. Signed-off-by: Feng Ruohang --- .../rebrand-guard/compat-baseline.json | 1 + cmd/replication-delete-mrf_test.go | 18 ++++++++++++++++-- cmd/replication-delete-operation_test.go | 18 ++++++++++++++++-- cmd/server_deadline_config_test.go | 4 ++-- .../deadlineconn/deadlineconn_strict_test.go | 4 ++-- internal/http/dial_deadline_linux_test.go | 4 ++-- internal/http/server_deadline_test.go | 4 ++-- 7 files changed, 41 insertions(+), 12 deletions(-) diff --git a/buildscripts/rebrand-guard/compat-baseline.json b/buildscripts/rebrand-guard/compat-baseline.json index 33bd2b00c..e158977f3 100644 --- a/buildscripts/rebrand-guard/compat-baseline.json +++ b/buildscripts/rebrand-guard/compat-baseline.json @@ -934,6 +934,7 @@ "arn:minio:kms:::this-is-disregarded", "arn:minio:kms:::xyz-test-key", "arn:minio:replication:", + "arn:minio:replication::", "arn:minio:replication::8320b6d18f9032b4700f1f03b50d8d1853de8f22cab86931ee794e12f190852c:destinationbucket", "arn:minio:replication:::", "arn:minio:replication:::dest-bucket", diff --git a/cmd/replication-delete-mrf_test.go b/cmd/replication-delete-mrf_test.go index c5d833c2d..951347665 100644 --- a/cmd/replication-delete-mrf_test.go +++ b/cmd/replication-delete-mrf_test.go @@ -1,5 +1,19 @@ -// Copyright (c) 2026 PGSTY -// SPDX-License-Identifier: AGPL-3.0-only +// Copyright (c) 2026 Feng Ruohang +// +// This file is part of Silo Object Storage stack +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . package cmd diff --git a/cmd/replication-delete-operation_test.go b/cmd/replication-delete-operation_test.go index 3f4d759b0..90ee24b54 100644 --- a/cmd/replication-delete-operation_test.go +++ b/cmd/replication-delete-operation_test.go @@ -1,5 +1,19 @@ -// Copyright (c) 2026 PGSTY -// SPDX-License-Identifier: AGPL-3.0-only +// Copyright (c) 2026 Feng Ruohang +// +// This file is part of Silo Object Storage stack +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . package cmd diff --git a/cmd/server_deadline_config_test.go b/cmd/server_deadline_config_test.go index 93d456b88..e67ad9372 100644 --- a/cmd/server_deadline_config_test.go +++ b/cmd/server_deadline_config_test.go @@ -1,6 +1,6 @@ -// Copyright (c) 2015-2021 MinIO, Inc. +// Copyright (c) 2026 Feng Ruohang // -// This file is part of MinIO Object Storage stack +// This file is part of Silo Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/deadlineconn/deadlineconn_strict_test.go b/internal/deadlineconn/deadlineconn_strict_test.go index 424263d59..342ce7322 100644 --- a/internal/deadlineconn/deadlineconn_strict_test.go +++ b/internal/deadlineconn/deadlineconn_strict_test.go @@ -1,6 +1,6 @@ -// Copyright (c) 2015-2021 MinIO, Inc. +// Copyright (c) 2026 Feng Ruohang // -// This file is part of MinIO Object Storage stack +// This file is part of Silo Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/http/dial_deadline_linux_test.go b/internal/http/dial_deadline_linux_test.go index 6dd5b42d5..19ab1ef94 100644 --- a/internal/http/dial_deadline_linux_test.go +++ b/internal/http/dial_deadline_linux_test.go @@ -1,8 +1,8 @@ //go:build linux -// Copyright (c) 2015-2021 MinIO, Inc. +// Copyright (c) 2026 Feng Ruohang // -// This file is part of MinIO Object Storage stack +// This file is part of Silo Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/http/server_deadline_test.go b/internal/http/server_deadline_test.go index a51bb94a1..4bb5ece13 100644 --- a/internal/http/server_deadline_test.go +++ b/internal/http/server_deadline_test.go @@ -1,6 +1,6 @@ -// Copyright (c) 2015-2021 MinIO, Inc. +// Copyright (c) 2026 Feng Ruohang // -// This file is part of MinIO Object Storage stack +// This file is part of Silo Object Storage stack // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by