Skip to content

Remove obsolete strict xfail for streaming 3-D reproject (#3100)#3180

Closed
brendancol wants to merge 1 commit into
mainfrom
remove-obsolete-xfail-3100
Closed

Remove obsolete strict xfail for streaming 3-D reproject (#3100)#3180
brendancol wants to merge 1 commit into
mainfrom
remove-obsolete-xfail-3100

Conversation

@brendancol

Copy link
Copy Markdown
Contributor

#3118 added TestStreaming3D::test_3d_source_streams as a strict xfail for #3100, but #3111 (which fixes the 2-D output buffer crash by carrying the band axis through both assembly branches) landed after #3118's CI ran. The test now XPASSes, which strict mode reports as a failure, so every pytest run on main is red, along with any PR branched from it (e.g. #3119).

This removes the xfail marker and updates the comments. The test runs as a plain regression test now; the file passes 15/15 locally.

Closes #3100.

@github-actions github-actions Bot added the performance PR touches performance-sensitive code label Jun 10, 2026
@brendancol

Copy link
Copy Markdown
Contributor Author

Duplicate of #3181, which merged first.

@brendancol brendancol closed this Jun 10, 2026
@brendancol brendancol deleted the remove-obsolete-xfail-3100 branch June 10, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance PR touches performance-sensitive code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_reproject_streaming crashes on 3-D (multi-band) sources

1 participant