You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/01/20 08:25:28 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1057: Bump nunit from 3.12.0 to 3.13.0 in /lang/csharp

dependabot[bot] opened a new pull request #1057:
URL: https://github.com/apache/avro/pull/1057


   Bumps [nunit](https://github.com/nunit/nunit) from 3.12.0 to 3.13.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/nunit/nunit/releases">nunit's releases</a>.</em></p>
   <blockquote>
   <h2>NUnit 3.13</h2>
   <p>The <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/fixturelifecycle.html"><code>FixtureLifeCycle</code></a> attribute has been added to indicate that an instance for a test fixture or all test fixtures in an assembly should be constructed for each test within the fixture or assembly.</p>
   <p>This attribute may be applied to a test fixture (class) or to a test assembly. It is useful in combination with the <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/parallelizable.html">Parallelizable Attribute</a> so that a new instance of a test fixture is constructed for every test within the test fixture. This allows tests to run in isolation without sharing instance fields and properties during parallel test runs. This make running parallel tests easier because it is easier to make your tests thread safe.</p>
   <p>This release also fixes several issues running tests in .NET 5.0. If your tests target .NET 5.0, we recommend updating to this release.</p>
   <p>For more information, please see the complete <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">Framework Release Notes</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nunit/nunit/blob/master/CHANGES.md">nunit's changelog</a>.</em></p>
   <blockquote>
   <h2>NUnit 3.13 - January 7, 2021</h2>
   <p>The <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/fixturelifecycle.html"><code>FixtureLifeCycle</code></a> attribute has been added to indicate that an instance for a test fixture or all test fixtures in an assembly should be constructed for each test within the fixture or assembly.</p>
   <p>This attribute may be applied to a test fixture (class) or to a test assembly. It is useful in combination with the <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/parallelizable.html">Parallelizable Attribute</a> so that a new instance of a test fixture is constructed for every test within the test fixture. This allows tests to run in isolation without sharing instance fields and properties during parallel test runs. This make running parallel tests easier because it is easier to make your tests thread safe.</p>
   <p>This release also fixes several issues running tests in .NET 5.0. If your tests target .NET 5.0, we recommend updating to this release.</p>
   <h4>Issues Resolved</h4>
   <ul>
   <li>34 Async testing with F#</li>
   <li>52 Self-contained item in array causes stack overflow</li>
   <li>1394 Has.Property cannot see explicit interface implementation properties</li>
   <li>1491 Add a CLA to the project</li>
   <li>1546 NUnitEqualityComparer.GetEquatableGenericArguments should explicitly order arguments</li>
   <li>1809 Assert.AreEqual fails for Complex on Linux</li>
   <li>1897 EqualTo().Using() prevents caller from comparing strings to anything else</li>
   <li>2211 Request: Add support of indexers to the PropertyConstraint</li>
   <li>2477 Parameterized fixture with Explicit attribute can not be run when selected by name</li>
   <li>2574 Instance-per-test-case feature</li>
   <li>2680 Deprecate the DebugWriter class</li>
   <li>3611 Properties are shown when --explore:nunit3 is run on entire project, but omitted when using the --where clause</li>
   <li>3054 Don't enforce <code>[Timeout]</code> when debugger is attached</li>
   <li>3075 Complete RunAsyncAction tests in FrameworkControllerTests</li>
   <li>3228 Modulo bias is present in Randomizer.NextDecimal(decimal)</li>
   <li>3240 Automate uploading of test results to Azure Pipelines</li>
   <li>3243 Azure DevOps does not build release branch</li>
   <li>3249 Pin GitLink version to speed up Cake script</li>
   <li>3251 RawInt32() can't use Next since the maximum is always exclusive and it would never return int.MaxValue</li>
   <li>3252 Timeout of 100 ms in TestTimeoutDoesNotStopCompletion occasionally fails the macOS build</li>
   <li>3253 Chance of failure in random bias tests is not sufficiently low for CI</li>
   <li>3256 Building under VS2019</li>
   <li>3257 Running under mono</li>
   <li>3259 The type of an Array isn't inferred from properly</li>
   <li>3264 Test that IRepeatTest only gets attributes via the IMethodInfo interface</li>
   <li>3275 Enable setting IgnoreUntilDate in TestCaseData.Ignore</li>
   <li>3279 Improve failure message from UniqueItemsConstraint</li>
   <li>3282 TimeoutAttribute makes all Assertions count as failure</li>
   <li>3283 ExecutionContext is flowed between unrelated tests</li>
   <li>3286 Testing for equality using a predicate throws exception for collections</li>
   <li>3290 'Good first issue' or 'help wanted' issue count badge</li>
   <li>3296 ExceptionHelper.GetExceptionMessage(Exception ex) should tolerate exceptions from exceptions</li>
   <li>3302 Incorrect formatting of failure message if test fails with Assert.Multiple</li>
   <li>3303 Check type of actual argument using consistent helper method</li>
   <li>3304 CheckString should not be a generic method</li>
   <li>3305 Remove unused methods</li>
   <li>3307 Sporadic GetResultIsNotCalledUntilContinued failure</li>
   <li>3308 Fix disposal in EnumerablesComparer</li>
   <li>3309 Simplify code in EventListenerTextWriter</li>
   <li>3311 Minimal unit of DateTime in the report when Test was started/ended</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nunit/nunit/commit/2e2cb922b8751d683c0324b7c954b20114fe0578"><code>2e2cb92</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3703">#3703</a> from nunit/release313</li>
   <li><a href="https://github.com/nunit/nunit/commit/2ae411f74a1e411b65c60e540151270f1c9c3e9b"><code>2ae411f</code></a> Adds attribute to the release notes</li>
   <li><a href="https://github.com/nunit/nunit/commit/6b6521acd231e2ed714a216ba830cf170d8547ba"><code>6b6521a</code></a> Finish the release notes</li>
   <li><a href="https://github.com/nunit/nunit/commit/4f3817fa0134931a6e0d2981d92ea4ddc91e3ee9"><code>4f3817f</code></a> Update copyright year</li>
   <li><a href="https://github.com/nunit/nunit/commit/a26b9e56ec0c85f880554ad113532b44203c61d0"><code>a26b9e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3646">#3646</a> from stevenaw/3447-structural-equality</li>
   <li><a href="https://github.com/nunit/nunit/commit/bf315c4011c70f0d84b6150ee70a898f364a20a4"><code>bf315c4</code></a> IStructuralEquatable takes priority over IEnumerable using NUnit Equality.</li>
   <li><a href="https://github.com/nunit/nunit/commit/c6d3ff1c626361fee900b93c0bb4c36116464ba1"><code>c6d3ff1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3695">#3695</a> from stevenaw/1809-complex-number-tests</li>
   <li><a href="https://github.com/nunit/nunit/commit/58e63ad16dfbc745de0bae096859c1a7f923408b"><code>58e63ad</code></a> Merge branch 'master' into 3447-structural-equality</li>
   <li><a href="https://github.com/nunit/nunit/commit/e6b50f0d5e86f30fd6c189aac833a3f5c1e32690"><code>e6b50f0</code></a> Add test verifying complex equality works</li>
   <li><a href="https://github.com/nunit/nunit/commit/95908767e6c69f82a0c8647e37ce65c1771a2d27"><code>9590876</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3696">#3696</a> from Antash/issue-3662</li>
   <li>Additional commits viewable in <a href="https://github.com/nunit/nunit/compare/v3.12...v3.13">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nunit&package-manager=nuget&previous-version=3.12.0&new-version=3.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [avro] dependabot[bot] closed pull request #1057: Bump nunit from 3.12.0 to 3.13.0 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1057:
URL: https://github.com/apache/avro/pull/1057


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [avro] dependabot[bot] commented on pull request #1057: Bump nunit from 3.12.0 to 3.13.0 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1057:
URL: https://github.com/apache/avro/pull/1057#issuecomment-774599147


   Superseded by #1083.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org