Skip to content

Intermittent failures in CI in test_files/limit.slt #16180

Closed
@alamb

Description

@alamb

Describe the bug

The extended tests are failing intermittently on main (mostly pass, but sometimes fail)

Here is an example failure:
https://github.com/apache/datafusion/actions/runs/15208072624/job/42775700898

External error: 1 errors in file /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/limit.slt

1. query result mismatch:
[SQL] with selection as (
    select *
    from test_limit_with_partitions
    limit 1
)
select 1 as foo
from selection
order by part_key
limit 1000;
[Diff] (-expected|+actual)
-   1
at /__w/datafusion/datafusion/datafusion/sqllogictest/test_files/limit.slt:859

To Reproduce

Not sure -- it is happening intermittently on main

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions