lidavidm commented on code in PR #13520: URL: https://github.com/apache/arrow/pull/13520#discussion_r916273072
########## cpp/src/arrow/filesystem/gcsfs_test.cc: ########## @@ -278,7 +291,8 @@ class GcsIntegrationTest : public ::testing::Test { class TestGCSFSGeneric : public GcsIntegrationTest, public GenericFileSystemTest { public: void SetUp() override { - GcsIntegrationTest::SetUp(); + GcsIntegrationTest::SetUp(); // Setup failure is not propagating Review Comment: `ASSERT_NO_FATAL_FAILURE(GcsIntegrationTest::SetUp());` probably -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org