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

[libraries][Android] Re-enable test suites no longer failing with JSON parsing exception for Android arm64 #56411

Merged
merged 3 commits into from
Jul 29, 2021

Conversation

mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Jul 27, 2021

Fixes #53097

@ghost
Copy link

ghost commented Jul 27, 2021

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

…parsing

Author: mdh1418
Assignees: -
Labels:

area-Infrastructure-libraries

Milestone: -

@mdh1418
Copy link
Member Author

mdh1418 commented Jul 28, 2021

The test suites are no longer failing with a JSON parsing exception for Android arm64 on CI https://dev.azure.com/dnceng/public/_build/results?buildId=1263864&view=logs&j=c693b1a1-52cc-5241-304f-e4b4c2d5f73e&t=ca6cd8a5-c31d-5a98-8419-f200a8c4128d

@mdh1418 mdh1418 marked this pull request as ready for review July 28, 2021 19:36
Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

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

Thanks! Please update the PR title before merging.

@mdh1418 mdh1418 changed the title Temporarily remove test suites from proj level skip to evaluate JSON … [libraries][Android] Re-enable test suites no longer failing with JSON parsing exception for Android arm64 Jul 29, 2021
@mdh1418 mdh1418 merged commit 5285a89 into dotnet:main Jul 29, 2021
@mdh1418 mdh1418 deleted the android_json_parsing_arm64_test_suites branch July 29, 2021 12:58
@ghost ghost locked as resolved and limited conversation to collaborators Aug 28, 2021
@steveisok
Copy link
Member

steveisok commented Jan 26, 2022

@premun this seems infra related: #53097

@premun
Copy link
Member

premun commented Jan 26, 2022

We've seen this months ago with @akoeplinger and we assumed somehow that .NET failed to read/unzip the .json that goes with the .NET command line program.

A JSON parsing exception occurred in [C:\h\w\B9090A3E\p\microsoft.dotnet.xharness.cli\1.0.0-prerelease.22074.1\tools\net6.0\any\Microsoft.DotNet.XHarness.CLI.runtimeconfig.json], offset 0 (line 1, column 1): The document is empty.
Invalid runtimeconfig.json [C:\h\w\B9090A3E\p\microsoft.dotnet.xharness.cli\1.0.0-prerelease.22074.1\tools\net6.0\any\Microsoft.DotNet.XHarness.CLI.runtimeconfig.json] [C:\h\w\B9090A3E\p\microsoft.dotnet.xharness.cli\1.0.0-prerelease.22074.1\tools\net6.0\any\Microsoft.DotNet.XHarness.CLI.runtimeconfig.dev.json]
User command ended with -2147450733

I remember I did download that given payload back then and verified that runtimeconfig.json was not empty

@steveisok
Copy link
Member

Sorry, I commented here before reopening the original issue #53097

I believe I've seen it twice this week.

@premun
Copy link
Member

premun commented Jan 26, 2022

I am seeing 21 possible occurences of this in the past 14 days.

Can we maybe employ dev WF and put this exit code in the re-run conditions?

@akoeplinger
Copy link
Member

It's a bad machine, more details in https://github.com/dotnet/core-eng/issues/15447

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android][libraries] Test suites failing with A JSON parsing exception
5 participants