Skip to content

Bug 2026342 : Replace truncated subtest names with full name #1023

Merged
kala-moz merged 2 commits intomozilla:mainfrom
kala-moz:reduce-sig-col
Apr 7, 2026
Merged

Bug 2026342 : Replace truncated subtest names with full name #1023
kala-moz merged 2 commits intomozilla:mainfrom
kala-moz:reduce-sig-col

Conversation

@kala-moz
Copy link
Copy Markdown
Contributor

@kala-moz kala-moz commented Apr 3, 2026

Fix for Bug 2026342.

In order to show the full name of the subtests for Mann-Whitney-U, the Significance column (now called Sig) was reduced in size, Significant text replaced with up arrow icon, Not Significant replaced with -, and the col switched places with the CLES column for better reading. This change required changing the size of the other columns as shown in src/common/testVersions/mannWhitney.tsx. Also to make more space, reduced Cliff's Delta to CD.

Furthermore, I noticed the header width didn't match the width of the cells, so an extra util was added to make sure the min-content of the cells didn't expand a track beyond its fr allocation. This creates a cleaner more aligned table.

Before: Main Link

Screenshot 2026-04-03 at 10 25 09 AM

After: Deploy Link

Screenshot 2026-04-03 at 10 25 38 AM

Lastly, the tests were updated to reflect the name changes.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 3, 2026

Deploy Preview for mozilla-perfcompare ready!

Name Link
🔨 Latest commit c7e33fd
🔍 Latest deploy log https://app.netlify.com/projects/mozilla-perfcompare/deploys/69d540e8e3a4ed0008768187
😎 Deploy Preview https://deploy-preview-1023--mozilla-perfcompare.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@kala-moz kala-moz marked this pull request as draft April 3, 2026 16:59
@kala-moz kala-moz changed the title subtest names wrapped vs truncated Bug 2026342 : Replace truncated subtest names with full name Apr 3, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.18%. Comparing base (700b3c1) to head (c7e33fd).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1023   +/-   ##
=======================================
  Coverage   96.18%   96.18%           
=======================================
  Files         110      111    +1     
  Lines        3143     3148    +5     
  Branches      708      712    +4     
=======================================
+ Hits         3023     3028    +5     
  Misses        118      118           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kala-moz kala-moz marked this pull request as ready for review April 3, 2026 17:37
Copy link
Copy Markdown
Contributor

@esanuandra esanuandra left a comment

Choose a reason for hiding this comment

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

lgtm

kala-moz added 2 commits April 7, 2026 10:37
Reduce significance col and switched places with cles; updated test to reflect col changes.
@kala-moz kala-moz merged commit b83ad27 into mozilla:main Apr 7, 2026
10 checks passed
@kala-moz kala-moz mentioned this pull request Apr 7, 2026
kala-moz added a commit that referenced this pull request Apr 7, 2026
Changelog:

[kala]

- Bug: 2020622 Updated column title from Total Runs to Total Trials
#1012
- Bug 2024075 Test Version Refactor: Moved subtest columns to test
version strategy and test version files #1017
- Bug 2022720 Test Version Refactor: Refactor how the expanded row's
components are rendered #1016
- Bug 2027906 Test Version Refactor: remove hard coded array in Test
Version Dropdown and replace with call to label options in registry
#1020
- Bug 2026342 : Replace truncated subtest names with full name #1023 

[moijes12]

- Bug-2020964 Update Contributing section in README #1009  
- Bug-2022758 Remove redundant Dark fonts #1011 

[padenot]

- Median diff gated #1019  

[mgaudet]

- Bug 2024042 - Add median diff column #1015
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.

2 participants