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

Disable PasswordlessMySQLIT #31488

Merged
merged 3 commits into from
Oct 17, 2022
Merged

Disable PasswordlessMySQLIT #31488

merged 3 commits into from
Oct 17, 2022

Conversation

backwind1233
Copy link
Contributor

@backwind1233 backwind1233 commented Oct 14, 2022

Description

Now the pipeline java - spring - tests is blocked because of PasswordlessMySQLIT, it can't be fixed in a few days, so disable the IT, use other issues and PRs to track and fix the issue.

Followups

@ghost ghost added the azure-spring All azure-spring related issues label Oct 14, 2022
@backwind1233 backwind1233 marked this pull request as ready for review October 14, 2022 08:25
@backwind1233 backwind1233 self-assigned this Oct 14, 2022
@backwind1233 backwind1233 added Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved. labels Oct 14, 2022
@backwind1233 backwind1233 added this to the 2022-11 milestone Oct 14, 2022
@backwind1233
Copy link
Contributor Author

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@backwind1233
Copy link
Contributor Author

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -15,7 +15,7 @@
import java.util.ArrayList;
import java.util.List;

@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
// @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)

Choose a reason for hiding this comment

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

How about adding @DisableTest here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's ok, I will have a try.

@@ -12,9 +12,8 @@ stages:
SubscriptionConfiguration: $(sub-config-gov-test-resources)
China:
SubscriptionConfiguration: $(sub-config-cn-test-resources)
Location: 'chinanorth'
Location: 'chinanorth3'

Choose a reason for hiding this comment

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

Is this used for test? How about reverting unnecessary change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's another story,
it's chinanorth3 in main branch, but changed to chinanorth when merging passwordless feature to main.

@backwind1233
Copy link
Contributor Author

/azp run java - spring - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants