wjones127 commented on code in PR #13520:
URL: https://github.com/apache/arrow/pull/13520#discussion_r916251189
##########
cpp/src/arrow/filesystem/gcsfs_test.cc:
##########
@@ -278,7 +288,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
+ ASSERT_TRUE(Testbench()->running());
Review Comment:
Anyone else experienced this? Not sure what to do other than maybe move the
contents of `SetUp()` into a separate function.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]