[PR #165] [MERGED] Tests for multithreading support in liblzma on Windows and Linux #278

Closed
opened 2026-01-29 16:31:48 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: fixes/lzma-test


📝 Commits (1)

  • 391265a Explicitely 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quamotion/dotnet-packaging/pull/165 **Author:** [@qmfrederik](https://github.com/qmfrederik) **Created:** 8/30/2020 **Status:** ✅ Merged **Merged:** 8/30/2020 **Merged by:** [@qmfrederik](https://github.com/qmfrederik) **Base:** `master` ← **Head:** `fixes/lzma-test` --- ### 📝 Commits (1) - [`391265a`](https://github.com/quamotion/dotnet-packaging/commit/391265ac74aff49b42174fa55a7f7a5910e62b37) Explicitely tests for lzma multithreading support ### 📊 Changes **3 files changed** (+22 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.azure-pipelines.yml` (+6 -1) 📝 `Packaging.Targets.Tests/IO/XZOutputStreamTests.cs` (+14 -2) 📝 `Packaging.Targets/IO/XZOutputStream.cs` (+2 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:31:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dotnet-packaging#278