Skip to content

[CI][C++] Flaky DatasetWriterTestFixture.MaxRowsOneWriteBackpresure test #39326

@mapleFU

Description

@mapleFU

Describe the enhancement requested

As mentioned in #38885 (comment) , the DatasetWriterTestFixture.MaxRowsOneWriteBackpresure might failed. This might because:

  1. In CI env, the file operation would be slow, see: GH-38884: [C++] DatasetWriter release rows_in_flight_throttle when allocate writing failed #38885 (comment)
  2. Maybe the execution has potential deadlock, see: GH-38884: [C++] DatasetWriter release rows_in_flight_throttle when allocate writing failed #38885 (comment)

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions