Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-include class names in reported tests #126

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

jodersky
Copy link
Member

@jodersky jodersky commented Nov 19, 2024

This amends changes from #87, by removing the redundant ".skip(1)", and also reverts the changes done to the corresponding unit test.

Not sure what the expected behavior is for the toVintageName method, however the unit tests still pass and the output looks reasonable. @dji, would you mind checking this part, since it touches code that you added recently?

Fixes #125

This amends changes from sbt#87, by removing the redundant ".skip(1)",
and also reverts the changes done to the corresponding unit test.
Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lihaoyi
Copy link
Contributor

lihaoyi commented Nov 27, 2024

@eed3si9n could we get this merged and released?

@eed3si9n
Copy link
Member

Sure. I guess I kept the PR un-merged since Jakob was asking for specific reviewer. I'll be happy to ship this as-is.

@eed3si9n eed3si9n merged commit e94d38e into sbt:main Nov 27, 2024
5 checks passed
HyukjinKwon pushed a commit to apache/spark that referenced this pull request Dec 27, 2024
…o 5.11.4

### What changes were proposed in this pull request?
This pr aims to upgrade `jupiter-interface` from 0.13.1 to 0.13.3 and Junit5 to the latest version(Platform 1.11.4 + Jupiter 5.11.4).

### Why are the changes needed?
The new version of `jupiter-interface` brings two fixes:

- sbt/sbt-jupiter-interface#126
- sbt/sbt-jupiter-interface#128

The full release notes of `jupiter-interface` as follows:

- https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.3

and the full release notes between Junit 5.11.3 to 5.11.4 as follows:

- https://junit.org/junit5/docs/5.11.4/release-notes/#release-notes-5.11.4

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #49301 from LuciferYang/SPARK-50677.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing class names in test reports
3 participants