### Describe the enhancement requested As mentioned in https://github.com/apache/arrow/pull/38885#issuecomment-1850820365 , the `DatasetWriterTestFixture.MaxRowsOneWriteBackpresure` might failed. This might because: 1. In CI env, the file operation would be slow, see: https://github.com/apache/arrow/pull/38885#issuecomment-1855047632 2. Maybe the execution has potential deadlock, see: https://github.com/apache/arrow/pull/38885#issuecomment-1854195702 I'll ensure if (2) has problem. If not, I'll just make test runs faster ( About (1), The assertion will wait for 64secs, which might be slow) ### Component(s) C++, Continuous Integration
Describe the enhancement requested
As mentioned in #38885 (comment) , the
DatasetWriterTestFixture.MaxRowsOneWriteBackpresuremight failed. This might because:I'll ensure if (2) has problem. If not, I'll just make test runs faster ( About (1), The assertion will wait for 64secs, which might be slow)
Component(s)
C++, Continuous Integration