You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/09 16:21:57 UTC

[GitHub] [arrow-cookbook] lidavidm opened a new issue #146: [C++] Test failure in DatasetReadingTest.DatasetRead

lidavidm opened a new issue #146:
URL: https://github.com/apache/arrow-cookbook/issues/146


   This test needs to be made idempotent.
   
   ```
   5/5 Test #4: DatasetReadingTest.DatasetRead ...........***Failed    0.05 sec
   Note: Google Test filter = DatasetReadingTest.DatasetRead
   [==========] Running 1 test from 1 test suite.
   [----------] Global test environment set-up.
   [----------] 1 test from DatasetReadingTest
   [ RUN      ] DatasetReadingTest.DatasetRead
   /home/lidavidm/Code/upstream/arrow-cookbook/cpp/code/datasets.cc:56: Failure
   Failed
   'arrow::dataset::FileSystemDataset::Write(write_options, std::move(scanner))' failed with Invalid: Could not write to /tmp/cookbook_cpp_airquality as the directory is not empty and existing_data_behavior is to error
   [  FAILED  ] DatasetReadingTest.DatasetRead (21 ms)
   [----------] 1 test from DatasetReadingTest (21 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test suite ran. (21 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] DatasetReadingTest.DatasetRead
   
    1 FAILED TEST
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-cookbook] westonpace closed issue #146: [C++] Test failure in DatasetReadingTest.DatasetRead

Posted by GitBox <gi...@apache.org>.
westonpace closed issue #146:
URL: https://github.com/apache/arrow-cookbook/issues/146


   


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org