Skip to content

Conversation

@s-rubenstein
Copy link
Contributor

Jira ticket: https://broadworkbench.atlassian.net/browse/dt-1051

Addresses

Summary of changes

Testing Strategy

@s-rubenstein s-rubenstein requested a review from a team as a code owner December 16, 2024 16:31
@s-rubenstein s-rubenstein requested review from fboulnois and pshapiro4broad and removed request for a team December 16, 2024 16:31
azureBlobIOTestUtility.teardown();
}

@Test
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of removing, what do you think about tagging it with @ignore instead? This test is still functional and could be used to test a particular error case, but is flaky so we don't want it to run with our nightly test runs.

Copy link
Member

Choose a reason for hiding this comment

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

I agree, I would prefer to leave the test in until we remove the azure code it's testing.

Another solution is to add a @Category to this method so it's no longer run as part of Integration.class. TDR already has OnDemand for this purpose:

@Catregory(OnDemand.class)

Copy link
Contributor

@fboulnois fboulnois left a comment

Choose a reason for hiding this comment

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

Based on internal discussion, lgtm 👍

@s-rubenstein s-rubenstein requested a review from snf2ye December 18, 2024 14:41
}

@Test
@Disabled
Copy link
Member

Choose a reason for hiding this comment

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

Make sure to verify that this works; this test is using JUnit 4 annotations and @Disabled is JUnit 5. I think the JUnit 4 tests are run using 5 internally so it should work. If it doesn't then using @Ignored will work.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh yeah, I still see it in the test results - https://scans.gradle.com/s/a73cfymlzig3g/tests/overview
image

I don't see where we are using Disabled anywhere in TDR.

@sonarqubecloud
Copy link

@s-rubenstein s-rubenstein merged commit 141e606 into develop Dec 19, 2024
14 checks passed
@s-rubenstein s-rubenstein deleted the sr/dt-1051-remove-azure-test branch December 19, 2024 15:22
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.

None yet

5 participants