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

[Identity] Attempting to fix an issue with CI testing #15547

Merged
merged 2 commits into from
Jun 3, 2021

Conversation

sadasant
Copy link
Contributor

@sadasant sadasant commented Jun 3, 2021

Here’s a build with this issue: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=925971&view=ms.vss-test-web.build-test-results-tab&runId=19921706&resultId=100040&paneView=debug

There aren’t clear indicators of what could be causing the issue.

This PR attempts to keep the environment untouched while we run our tests. We were generally doing it, but we forgot to do it for this environment variable referenced in these changes.

If this isn’t the fix I would be comfortable skipping this for now.
I’m skipping this test now.

@sadasant sadasant requested a review from jeremymeng June 3, 2021 21:35
@sadasant sadasant self-assigned this Jun 3, 2021
@ghost ghost added the Azure.Identity label Jun 3, 2021
@ghost
Copy link

ghost commented Jun 3, 2021

Hello @sadasant!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@sadasant sadasant enabled auto-merge (squash) June 3, 2021 22:38
@sadasant
Copy link
Contributor Author

sadasant commented Jun 3, 2021

/check-enforcer reset

@sadasant
Copy link
Contributor Author

sadasant commented Jun 3, 2021

/check-enforcer override

@sadasant sadasant merged commit f7a8bca into Azure:master Jun 3, 2021
@sadasant sadasant deleted the identity/fix-ci branch June 3, 2021 22:43
ghost pushed a commit that referenced this pull request Jun 5, 2021
… mock-fs (#15571)

Recently we found an issue on our CI build for Node 16.3.0, which boiled down to one unit test specific to Identity: #15547

After some investigation, it is clear that Node 16.3.0 has some incompatibility with mock-fs: tschaub/mock-fs#332

In the mean time, to add this test again, we can simply create a file, point to it and delete it at the end. This should work in all versions of Node, and it means one less dev-dependency for us.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants