Skip to content

Commit 150b05c

Browse files
thisisnicclaude
andcommitted
GH-49609: [C++][R] Replace ursa-labs-r-test bucket with arrow-datasets
The ursa-labs-r-test S3 bucket no longer exists, causing CI failures. Replace references with the arrow-datasets bucket which is publicly accessible. Remove the now-redundant RestrictedBucket test in C++ since it would duplicate the PublicBucket test. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 77ddd60 commit 150b05c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

cpp/src/arrow/filesystem/s3fs_test.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -431,12 +431,6 @@ TEST_F(S3RegionResolutionTest, PublicBucket) {
431431
ResolveS3BucketRegion("aws-earth-mo-atmospheric-ukv-prd"));
432432
}
433433

434-
TEST_F(S3RegionResolutionTest, RestrictedBucket) {
435-
ASSERT_OK_AND_EQ("us-west-2", ResolveS3BucketRegion("ursa-labs-r-test"));
436-
// Same again, cached
437-
ASSERT_OK_AND_EQ("us-west-2", ResolveS3BucketRegion("ursa-labs-r-test"));
438-
}
439-
440434
TEST_F(S3RegionResolutionTest, NonExistentBucket) {
441435
auto maybe_region = ResolveS3BucketRegion("ursa-labs-nonexistent-bucket");
442436
ASSERT_RAISES(IOError, maybe_region);

0 commit comments

Comments
 (0)