mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-13 13:45:51 +00:00
[PR #165] [MERGED] Tests for multithreading support in liblzma on Windows and Linux #278
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/165
Author: @qmfrederik
Created: 8/30/2020
Status: ✅ Merged
Merged: 8/30/2020
Merged by: @qmfrederik
Base:
master← Head:fixes/lzma-test📝 Commits (1)
391265aExplicitely tests for lzma multithreading support📊 Changes
3 files changed (+22 additions, -3 deletions)
View changed files
📝
.azure-pipelines.yml(+6 -1)📝
Packaging.Targets.Tests/IO/XZOutputStreamTests.cs(+14 -2)📝
Packaging.Targets/IO/XZOutputStream.cs(+2 -0)📄 Description
I've observed what appears to be single-threaded lzma compression on a Raspberry Pi. Add a couple of unit tests to see whether we support multi-threaded lzma compression on x64 Ubuntu and Windows.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.