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

Reduce subtest count in Reflection #55537

Merged
merged 2 commits into from
Jul 13, 2021
Merged

Conversation

danmoseley
Copy link
Member

Per @ChadNedzlek these are creating over 1000 sub-tests each, which is hitting an Azure DevOps limit, hereto forth silently.

@danmoseley
Copy link
Member Author

Oh, it seems there are other instances outside of reflection. I guess we can merge this as is though now I put up the PR.

@danmoseley
Copy link
Member Author

@dotnet/area-system-reflection anyone who could do a 1 min code review?

@ChadNedzlek
Copy link
Member

Looks good to me (from the "will this fix reporting" angle), but I don't know much about the tests themselves.

[Fact]
public void ResolveTypesByMemberInfo()
{
foreach(MemberInfo mi in Types)
Copy link
Member

Choose a reason for hiding this comment

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

Nittiest nit possible? Inconsistent spacing on the foreach statements.

Copy link
Member Author

Choose a reason for hiding this comment

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

Since it's a nittiest nit, and validation's done, I'll fix that in the next change.

@jeffhandley
Copy link
Member

Thanks for tackling this, @danmoseley!

Copy link
Member

@buyaa-n buyaa-n left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@danmoseley danmoseley merged commit f9076c7 into dotnet:main Jul 13, 2021
@danmoseley danmoseley deleted the reduce.ref.tests branch July 13, 2021 22:33
@danmoseley
Copy link
Member Author

Test failure unrelated and already logged.

thaystg added a commit to thaystg/runtime that referenced this pull request Jul 14, 2021
…debugger_custom_views

* 'main' of github.com:thaystg/runtime: (125 commits)
  [wasm] [debugger] Support method calls  (dotnet#55458)
  [debugger] Fix debugging after hot reloading (dotnet#55599)
  Inliner: Extend IL limit for profiled call-sites, allow inlining for switches. (dotnet#55478)
  DiagnosticSourceEventSource supports base class properties (dotnet#55613)
  [mono] Fix race during mono_image_storage_open (dotnet#55201)
  [mono] Add wrapper info for native func wrappers. (dotnet#55602)
  H/3 and Quic AppContext switch (dotnet#55332)
  Compression.ZipFile support for Unix Permissions (dotnet#55531)
  [mono] Fix skipping of static methods during IMT table construction. (dotnet#55610)
  Combine System.Private.Xml TrimmingTests projects (dotnet#55606)
  fix name conflict with Configuration class (dotnet#55597)
  Finish migrating RSAOpenSsl from RSA* to EVP_PKEY*
  Disable generic math (dotnet#55540)
  Obsolete CryptoConfig.EncodeOID (dotnet#55592)
  Address System.Net.Http.WinHttpHandler's nullable warnings targeting .NETCoreApp (dotnet#54995)
  Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled (dotnet#55572)
  Fix Task.WhenAny failure mode when passed ICollection of zero tasks (dotnet#55580)
  Consume DistributedContextPropagator in DiagnosticsHandler (dotnet#55392)
  Add property ordering feature (dotnet#55586)
  Reduce subtest count in Reflection (dotnet#55537)
  ...
@ghost ghost locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

4 participants