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

Experiments sorting not working as expected (creation date affects name sorting) #2129

Open
zackcl opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zackcl
Copy link
Collaborator

zackcl commented Nov 25, 2024

Version where bug was found:
6.1.0

Describe the bug
When there are many experiments on the root page (e.g., 80 experiments) and the full list hasn't loaded completely, sorting doesn't work as expected for experiments with older "createdAt" dates. For example, if an imported experiment named "Apple" has a "createdAt" date older than existing experiments, it won't appear at the top of the list even when sorted by name.

Testing materials:

  • 80 example experiments: Experiments.zip (exported from QA UpGrade)
  • Sample "Apple" experiment with older creation date: Apple.json

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to the experiment root page
  2. Import the 80 experiments from the provided file
  3. Import the "Apple" experiment
  4. Observe that the "Apple" experiment never appears at the top of the experiments list regardless of sorting settings

Expected behavior
Sorting should work independently of the "createdAt" date (e.g., the "Apple" experiment should appear at the top when the table is sorted by name).

Screen Recording

Sorting.not.working.as.expected.mov
@zackcl zackcl added the bug Something isn't working label Nov 25, 2024
@amurphy-cl amurphy-cl added this to the Program Increment PI14 milestone Dec 10, 2024
@RidhamShah RidhamShah self-assigned this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: QA
Development

No branches or pull requests

3 participants