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


   Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.1 to 3.13.2.
   <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.2</h2>
   <p>This release fixes a new issue with the <code>FixtureLifeCycle</code> 
attribute where <code>IDisposable</code> test fixtures were not being disposed 
properly. As always, <a 
href="https://github.com/gleb-osokin";><code>@​gleb-osokin</code></a> has been a 
great help with this new feature.</p>
   <p>It also fixes a long-standing performance issue with 
<code>CollectionAssert.AreEquivalent</code> and the 
<code>CollectionEquivalentConstraint</code> when comparing large collections. 
The deep comparison that NUnit performs on the two collections will always have 
a worst case bound of O(n^2) but we have optimized it so that the majority of 
use cases will be closer to O(n).</p>
   <p>We've also made significant optimizations to the OR filters for selecting 
tests using their full name. This dramatically improves test performance for 
large code bases that use <code>dotnet test</code>. Thanks to <a 
href="https://github.com/pakrym";><code>@​pakrym</code></a> for his help with 
this.</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.2 - April 27, 2021</h2>
   <p>This release fixes a new issue with the <code>FixtureLifeCycle</code> 
attribute where <code>IDisposable</code> test fixtures were not being disposed 
properly. As always, <a 
href="https://github.com/gleb-osokin";><code>@​gleb-osokin</code></a> has been a 
great help with this new feature.</p>
   <p>It also fixes a long-standing performance issue with 
<code>CollectionAssert.AreEquivalent</code> and the 
<code>CollectionEquivalentConstraint</code> when comparing large collections. 
The deep comparison that NUnit performs on the two collections will always have 
a worst case bound of O(n^2) but we have optimized it so that the majority of 
use cases will be closer to O(n).</p>
   <p>We've also made significant optimizations to the OR filters for selecting 
tests using their full name. This dramatically improves test performance for 
large code bases that use <code>dotnet test</code>. Thanks to <a 
href="https://github.com/pakrym";><code>@​pakrym</code></a> for his help with 
this.</p>
   <h3>Issues Resolved</h3>
   <ul>
   <li>2799 CollectionAssert.AreEquivalent is extremely slow</li>
   <li>3589 File headers, copyrights, and licenses</li>
   <li>3773 IDisposable not working with InstancePerTestCase</li>
   <li>3779 Obsolete AreEqual methods with nullable numeric arguments for 
3.13</li>
   <li>3784 Build the v3.13-dev branch</li>
   <li>3786 NUnit with dotnet test results in O(n^2) filtering complexity</li>
   <li>3810 Enable deterministic build</li>
   <li>3818 AppVeyor failing to build v3.13-dev branch PRs</li>
   <li>3832 Deploy v3.13-dev branch builds to MyGet</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nunit/nunit/commit/5631b49d1cf3f50beba6c595ddfbdac05b73d37b";><code>5631b49</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit/issues/3838";>#3838</a> 
from nunit/release3132</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/18ef24a67ce8462fa8cd01ad20adfd94ad165d0c";><code>18ef24a</code></a>
 Fix formatting</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/f7c9845bf33d5f09a4a7080ee7bac1cc5738259a";><code>f7c9845</code></a>
 Update changes for 3.13.2 release</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/3606feca52b62817d5a58cf4295cf50f680d1152";><code>3606fec</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit/issues/3837";>#3837</a> 
from nunit/backport/2799</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/8008b54bb6f0b614cd5c3a4bd1f80d3b7390db86";><code>8008b54</code></a>
 Remove types from test that are not supported in .NET 3.5</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/fbae851d1e2f9e4f6a5865f9c3183d24c9c3c455";><code>fbae851</code></a>
 Update src/NUnitFramework/framework/Constraints/CollectionTally.cs</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/0384ca6d01ec5069da68f07b8160a2d293b42fdc";><code>0384ca6</code></a>
 Update src/NUnitFramework/framework/Constraints/CollectionTally.cs</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/6ec32c75077c22217aac15a9123cf678298a87ff";><code>6ec32c7</code></a>
 Update 
src/NUnitFramework/tests/Constraints/CollectionEquivalentConstraintTes...</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/c3814ff805931bf098d6e78ce46123480329fc88";><code>c3814ff</code></a>
 Add support for StringCollection</li>
   <li><a 
href="https://github.com/nunit/nunit/commit/df63dba58061f8e5e43e018c90e9a043790a486f";><code>df63dba</code></a>
 Performance improvements comparing equivalence of large collections</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nunit/nunit/compare/v3.13.1...v3.13.2";>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.13.1&new-version=3.13.2)](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:
[email protected]


Reply via email to