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

[RFR] Application import: Verify assigned BS for imported application if BS already exists #1273

Merged
merged 5 commits into from
Nov 28, 2024

Conversation

nachandr
Copy link
Contributor

No description provided.

@nachandr nachandr changed the title [WIP] Application import: Verify assigned BS if BS already exists [WIP] Application import: Verify assigned BS for imported application if BS already exists Nov 26, 2024
Signed-off-by: Nandini Chandra <[email protected]>
Signed-off-by: Nandini Chandra <[email protected]>
@nachandr nachandr changed the title [WIP] Application import: Verify assigned BS for imported application if BS already exists [RFR] Application import: Verify assigned BS for imported application if BS already exists Nov 27, 2024
Copy link
Collaborator

@ibragins ibragins left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@abrugaro abrugaro left a comment

Choose a reason for hiding this comment

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

Code looks good, I have a question tho

Comment on lines +82 to +83
it("Bug MTA-4257: 1)Applications import for non existing tags and BS \
2)Verify assigned BS for imported application if BS was created through previous import", function () {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we testing 2 things in the same test case instead of having two different it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @abrugaro. These are long running tests, so I decided to combine the two to save some time . I've combined tests in the same it block for Assessment tests in the past . Test # 2 requires a few steps from test # 1.

One disadvantage to combining tests is that it does introduce some dependency.

@nachandr
Copy link
Contributor Author

nachandr commented Nov 27, 2024

Results from Jenkins run when PR was run on Tackle (off main branch):
Jenkins job

Nov27_import_test

@abrugaro abrugaro merged commit 8312b92 into konveyor:main Nov 28, 2024
8 of 9 checks passed
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.

3 participants