From d8bc98307985b6db284e75e85ec5c7af87748c81 Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Wed, 27 Nov 2024 20:23:48 -0800 Subject: [PATCH 1/2] test(storage/dataflux): skip flaky tests (#11201) Skipping for now to unblock CI. Issues should be resolved and tests unskipped. --- storage/dataflux/integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage/dataflux/integration_test.go b/storage/dataflux/integration_test.go index 2fa492c4b26e..2bb04c4566cb 100644 --- a/storage/dataflux/integration_test.go +++ b/storage/dataflux/integration_test.go @@ -70,6 +70,7 @@ func TestMain(m *testing.M) { // Lists the all the objects in the bucket. func TestIntegration_NextBatch_All(t *testing.T) { + t.Skip("#11198") if testing.Short() { t.Skip("Integration tests skipped in short mode") } @@ -96,6 +97,7 @@ func TestIntegration_NextBatch_All(t *testing.T) { } func TestIntegration_NextBatch(t *testing.T) { + t.Skip("#11196") // Accessing public bucket to list large number of files in batches. // See https://cloud.google.com/storage/docs/public-datasets/landsat if testing.Short() { From 9963fd3bb5c58064dccc2709279613672ab0d1bf Mon Sep 17 00:00:00 2001 From: Brenna N Epp Date: Sun, 1 Dec 2024 22:59:28 -0800 Subject: [PATCH 2/2] chore(spanner): run go mod tidy (#11202) --- spanner/test/opentelemetry/test/go.mod | 2 +- spanner/test/opentelemetry/test/go.sum | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spanner/test/opentelemetry/test/go.mod b/spanner/test/opentelemetry/test/go.mod index 84ac7959578d..f18fe6838434 100644 --- a/spanner/test/opentelemetry/test/go.mod +++ b/spanner/test/opentelemetry/test/go.mod @@ -20,7 +20,7 @@ require ( require ( cel.dev/expr v0.16.0 // indirect cloud.google.com/go/auth v0.9.9 // indirect - cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect + cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect cloud.google.com/go/compute/metadata v0.5.2 // indirect cloud.google.com/go/iam v1.2.1 // indirect cloud.google.com/go/longrunning v0.6.1 // indirect diff --git a/spanner/test/opentelemetry/test/go.sum b/spanner/test/opentelemetry/test/go.sum index 11f924f16a8c..62c4637df8f4 100644 --- a/spanner/test/opentelemetry/test/go.sum +++ b/spanner/test/opentelemetry/test/go.sum @@ -243,13 +243,15 @@ cloud.google.com/go/auth v0.8.0/go.mod h1:qGVp/Y3kDRSDZ5gFD/XPUfYQ9xW1iI7q8RIRoC cloud.google.com/go/auth v0.9.0/go.mod h1:2HsApZBr9zGZhC9QAXsYVYaWk8kNUt37uny+XVKi7wM= cloud.google.com/go/auth v0.9.1/go.mod h1:Sw8ocT5mhhXxFklyhT12Eiy0ed6tTrPMCJjSI8KhYLk= cloud.google.com/go/auth v0.9.3/go.mod h1:7z6VY+7h3KUdRov5F1i8NDP5ZzWKYmEPO842BgCsmTk= +cloud.google.com/go/auth v0.9.4/go.mod h1:SHia8n6//Ya940F1rLimhJCjjx7KE17t0ctFEci3HkA= cloud.google.com/go/auth v0.9.9 h1:BmtbpNQozo8ZwW2t7QJjnrQtdganSdmqeIBxHxNkEZQ= cloud.google.com/go/auth v0.9.9/go.mod h1:xxA5AqpDrvS+Gkmo9RqrGGRh6WSNKKOXhY3zNOr38tI= cloud.google.com/go/auth/oauth2adapt v0.2.1/go.mod h1:tOdK/k+D2e4GEwfBRA48dKNQiDsqIXxLh7VU319eV0g= cloud.google.com/go/auth/oauth2adapt v0.2.2/go.mod h1:wcYjgpZI9+Yu7LyYBg4pqSiaRkfEK3GQcpb7C/uyF1Q= cloud.google.com/go/auth/oauth2adapt v0.2.3/go.mod h1:tMQXOfZzFuNuUxOypHlQEXgdfX5cuhwU+ffUuXRJE8I= -cloud.google.com/go/auth/oauth2adapt v0.2.4 h1:0GWE/FUsXhf6C+jAkWgYm7X9tK8cuEIfy19DBn6B6bY= cloud.google.com/go/auth/oauth2adapt v0.2.4/go.mod h1:jC/jOpwFP6JBxhB3P5Rr0a9HLMC/Pe3eaL4NmdvqPtc= +cloud.google.com/go/auth/oauth2adapt v0.2.6 h1:V6a6XDu2lTwPZWOawrAa9HUK+DB2zfJyTuciBG5hFkU= +cloud.google.com/go/auth/oauth2adapt v0.2.6/go.mod h1:AlmsELtlEBnaNTL7jCj8VQFLy6mbZv0s4Q7NGBeQ5E8= cloud.google.com/go/automl v1.5.0/go.mod h1:34EjfoFGMZ5sgJ9EoLsRtdPSNZLcfflJR39VbVNS2M0= cloud.google.com/go/automl v1.6.0/go.mod h1:ugf8a6Fx+zP0D59WLhqgTDsQI9w07o64uf/Is3Nh5p8= cloud.google.com/go/automl v1.7.0/go.mod h1:RL9MYCCsJEOmt0Wf3z9uzG0a7adTT1fe+aObgSpkCt8=