Skip to content

TEST: Focus MultiIndex sort_index coverage - #24020

Draft
vyasr wants to merge 1 commit into
NVIDIA:mainfrom
vyasr:codex/focus-multiindex-sort-index-coverage
Draft

TEST: Focus MultiIndex sort_index coverage#24020
vyasr wants to merge 1 commit into
NVIDIA:mainfrom
vyasr:codex/focus-multiindex-sort-index-coverage

Conversation

@vyasr

@vyasr vyasr commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Description

Replace the broad MultiIndex sort_index Cartesian matrix with focused cases that separate sort semantics from lifecycle behavior.

Coverage accounting

  • The selected sort cases retain every previous level spelling: numeric positions, level names, single-item lists, multi-level lists, None, and the invalid level selection.
  • They exercise ascending and descending order and both null placements where those choices contribute distinct behavior.
  • A dedicated lifecycle matrix retains every inplace and ignore_index combination, and a separate case retains the axis="index" alias.

Checklist

  • I am familiar with the CONTRIBUTING.md guidelines.
  • New or existing tests cover these test-only changes.
  • Documentation updates are not needed.

@vyasr vyasr added tests Unit testing for project Python Affects Python cuDF API. Performance Performance related issue labels Sep 6, 2026
@copy-pr-bot

copy-pr-bot Bot commented Sep 6, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@vyasr vyasr added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 7, 2026
@vyasr

vyasr commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

/ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Performance Performance related issue Python Affects Python cuDF API. tests Unit testing for project

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant