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

[release/2.1] Update branding to 2.1.28 #3855

Merged
merged 4 commits into from
Apr 7, 2021
Merged

Conversation

dougbu
Copy link
Member

@dougbu dougbu commented Apr 5, 2021

  • update branding to 2.1.28
  • bump incoming package patch versions
    • e.g. $(MicrosoftNETCoreAppPackageVersion)
    • updated xunit.assert and xunit.extensibility.execution minor versions
      • align with xunit package version
  • use Ubuntu 18.04 build agents

- e.g. `$(MicrosoftNETCoreAppPackageVersion)`
- updated xunit.assert and xunit.extensibility.execution minor versions
    - align with xunit package version
@dougbu dougbu requested a review from a team April 5, 2021 23:42
@dougbu dougbu added this to the 2.1.28 milestone Apr 5, 2021
Copy link

@TanayParikh TanayParikh left a comment

Choose a reason for hiding this comment

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

LGTM, though some tests are failing in the CI.

- set locale consistently on all platforms
    - default locale on newer agents is unloved `C.UTF-8`
@@ -137,7 +137,7 @@ public async Task DoNotAddIfSizeOverflows()
Assert.Null(cache.Get("key1"));

// Wait for compaction to complete
Assert.True(await sem.WaitAsync(TimeSpan.FromSeconds(10)));
Assert.True(await sem.WaitAsync(TimeSpan.FromSeconds(20)));
Copy link
Member Author

Choose a reason for hiding this comment

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

@BrennanConroy is this a reasonable fix for flakiness in this test class❔ If not you, who should agree or disagree❔

Copy link
Member

Choose a reason for hiding this comment

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

Seems fine, we've moved to 30 seconds in a lot of places in 3.1 and 5.0.

Personally, I would change the SemaphoreSlime to a CancellationTokenSource.

Copy link
Member Author

Choose a reason for hiding this comment

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

Let's get this in to unblock any 2.1.28 fixes. Feel free to improve the tests further in another PR.

@dougbu dougbu merged commit c5360b7 into release/2.1 Apr 7, 2021
@dougbu dougbu deleted the dougbu/branding.2.1.28 branch April 7, 2021 22:51
ghost pushed a commit that referenced this pull request Apr 8, 2021
* Update branding to 2.1.27 (#3842)

* Update branding to 2.1.27

* Fix patchconfig, baseline val

* Update SDK and baseline

* [release/2.1] Update branding to 2.1.28 (#3855)

* Update branding to 2.1.28

* Bump incoming package patch versions
- e.g. `$(MicrosoftNETCoreAppPackageVersion)`
- updated xunit.assert and xunit.extensibility.execution minor versions
    - align with xunit package version

* Use Ubuntu 18.04 build agents
- set locale consistently on all platforms
    - default locale on newer agents is unloved `C.UTF-8`

* !flaky fix! Double compaction timeouts

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
ghost pushed a commit that referenced this pull request Apr 21, 2021
* Update branding to 2.1.27 (#3842)

* Update branding to 2.1.27

* Fix patchconfig, baseline val

* Update SDK and baseline

* [release/2.1] Update branding to 2.1.28 (#3855)

* Update branding to 2.1.28

* Bump incoming package patch versions
- e.g. `$(MicrosoftNETCoreAppPackageVersion)`
- updated xunit.assert and xunit.extensibility.execution minor versions
    - align with xunit package version

* Use Ubuntu 18.04 build agents
- set locale consistently on all platforms
    - default locale on newer agents is unloved `C.UTF-8`

* !flaky fix! Double compaction timeouts

* [release/2.1] Credentials fix (#3859)

- inspired by dotnet/runtime#50230
- cherry-picked from 1594096

* [release/2.1] Bump some versions (#3866)

* Move to latest KoreBuild / .NET SDK

* Update baselines
- did not ship any C# packages in 2.1.27
- re-enable baseline validation

* Bump Microsoft.NETCore.App package version

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Co-authored-by: Sebastien Ros <sebastienros@gmail.com>
ghost pushed a commit that referenced this pull request May 5, 2021
* Update branding to 2.1.27 (#3842)

* Update branding to 2.1.27

* Fix patchconfig, baseline val

* Update SDK and baseline

* [release/2.1] Update branding to 2.1.28 (#3855)

* Update branding to 2.1.28

* Bump incoming package patch versions
- e.g. `$(MicrosoftNETCoreAppPackageVersion)`
- updated xunit.assert and xunit.extensibility.execution minor versions
    - align with xunit package version

* Use Ubuntu 18.04 build agents
- set locale consistently on all platforms
    - default locale on newer agents is unloved `C.UTF-8`

* !flaky fix! Double compaction timeouts

* [release/2.1] Credentials fix (#3859)

- inspired by dotnet/runtime#50230
- cherry-picked from 1594096

* [release/2.1] Bump some versions (#3866)

* Move to latest KoreBuild / .NET SDK

* Update baselines
- did not ship any C# packages in 2.1.27
- re-enable baseline validation

* Bump Microsoft.NETCore.App package version

* Update branding to 2.1.29 (#3870)

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
ghost pushed a commit that referenced this pull request May 18, 2021
* Update branding to 2.1.27 (#3842)

* Update branding to 2.1.27

* Fix patchconfig, baseline val

* Update SDK and baseline

* [release/2.1] Update branding to 2.1.28 (#3855)

* Update branding to 2.1.28

* Bump incoming package patch versions
- e.g. `$(MicrosoftNETCoreAppPackageVersion)`
- updated xunit.assert and xunit.extensibility.execution minor versions
    - align with xunit package version

* Use Ubuntu 18.04 build agents
- set locale consistently on all platforms
    - default locale on newer agents is unloved `C.UTF-8`

* !flaky fix! Double compaction timeouts

* [release/2.1] Credentials fix (#3859)

- inspired by dotnet/runtime#50230
- cherry-picked from 1594096

* [release/2.1] Bump some versions (#3866)

* Move to latest KoreBuild / .NET SDK

* Update baselines
- did not ship any C# packages in 2.1.27
- re-enable baseline validation

* Bump Microsoft.NETCore.App package version

* Update branding to 2.1.29 (#3870)

* Update baselines

* Update SDK

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>
@ghost ghost locked as resolved and limited conversation to collaborators May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants