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/6.0] Don't create multiple large files at the same time #63032

Merged
merged 6 commits into from
Dec 31, 2021

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    04af7ae View commit details
    Browse the repository at this point in the history
  2. Don't create multiple large files at the same time (dotnet#62519)

    * move existing large file tests into a separate type (no code changes)
    
    * don't run the large file tests in parallel
    
    * use FileOptions.DeleteOnClose to ensure that each test removes it's own file
    
    use single large file to test File.ReadAllBytes and ile.ReadAllBytesAsync for both limits
    adamsitnik authored and jozkee committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8d0a914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d02bc6f View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    jozkee and adamsitnik authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d525882 View commit details
    Browse the repository at this point in the history
  5. Update src/libraries/System.IO.FileSystem/tests/LargeFileTests.cs

    Co-authored-by: Adam Sitnik <adam.sitnik@gmail.com>
    jozkee and adamsitnik authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    2bc8aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    11e9f38 View commit details
    Browse the repository at this point in the history