Skip to content

[BI-2816] Unknown error when creating new exp with more than one exp title#503

Open
HMS17 wants to merge 1 commit intodevelopfrom
bug/BI-2816
Open

[BI-2816] Unknown error when creating new exp with more than one exp title#503
HMS17 wants to merge 1 commit intodevelopfrom
bug/BI-2816

Conversation

@HMS17
Copy link
Copy Markdown
Contributor

@HMS17 HMS17 commented Mar 24, 2026

Description

Story: BI-2816 - Unknown error when creating new experiment with file with more than one experiment title and at least one title is that of an existing experiment

Fix to move checking for multiple experiment titles on experiment creation earlier, to avoid problems when at least one of the multiple experiment titles was existing and one was new, where PopulateExistingPendingImportObjectsStep.java ended up attempting to populate information for rows without the existing title which was resulting in an Unknown Error.

Dependencies

bi-web: develop

Testing

Import experiment file for new experiment:

  • with multiple exp title, all new: should get error saying multiple experiment titles
  • with multiple exp title, at least one existing: should get error saying multiple experiment titles
  • with one exp title, already existing: should get error saying exp title already exists
  • with one exp title, new: should be able to import without issue

Also repeat above tests with adding new environment to existing experiment via the create experiment workflow

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit and/or integration tests to cover this change or tests are not applicable
  • I have commented my code, particularly in hard-to-understand areas
  • I have either updated the source of truth or arranged for update with product owner if needed https://breedinginsight.atlassian.net/wiki/spaces/BI/pages/1559953409/Source+of+Truth

…ore than one experiment title and at least one title is that of an existing experiment
@github-actions github-actions bot added the bug Something isn't working label Mar 24, 2026
@HMS17 HMS17 marked this pull request as ready for review March 24, 2026 16:09
@HMS17 HMS17 requested review from a team and davedrp and removed request for a team March 24, 2026 16:10
Copy link
Copy Markdown
Contributor

@davedrp davedrp left a comment

Choose a reason for hiding this comment

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

Passed test.
Passed Code Review.

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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants