Commit e08f350
[release/10.0] Update OpenSUSE container references to 16.0 and add test compatibility fixes (#122373)
main PR #122371
# Description
Updates OpenSUSE container version from 15.6 to 16.0 in Helix pipeline
configuration for Linux x64 CoreCLR extra-platforms testing, and
includes necessary test fixes to ensure compatibility with OpenSUSE
16.0.
**Infrastructure Changes:**
- **`eng/pipelines/libraries/helix-queues-setup.yml`**: Updated queue
name and container image from `openSUSE.15.6` to `openSUSE.16.0`
**Test Compatibility Fixes (backported from main PR #122371):**
1. **Platform Detection**: Added `IsOpenSUSE16` property to
`PlatformDetection.Unix.cs` to detect OpenSUSE 16.0 and OpenSUSE Leap
16.0
2. **Networking Tests**: Added `ActiveIssue` attribute to skip
`Package_Unsupported_NTLM` test on OpenSUSE 16, which ships with broken
gss-ntlmssp 1.2 (similar to Ubuntu 24 and 26)
3. **Globalization Tests**:
- Added Unicode 17.0 IDNA test data and test infrastructure for ICU 78+
compatibility
- Updated test data factory to use appropriate Unicode version based on
ICU version
**Note:** Japanese calendar changes were intentionally excluded from
this PR as they constitute a breaking change that requires servicing
approval. The existing test fix from commit ff082da is sufficient for
OpenSUSE 16.0 compatibility.
# Customer Impact
None. Infrastructure-only change for CI/CD pipeline testing with test
compatibility fixes to ensure test suite passes on the new platform.
# Regression
No. This is a container version update to align with current OpenSUSE
releases, with corresponding test fixes to handle platform-specific
behavior differences.
# Testing
CI/CD pipeline validation through runtime-extra-platforms workflow. Test
fixes ensure that the existing test suite works correctly on OpenSUSE
16.0 by:
- Skipping tests that fail due to known platform limitations
- Updating test data to match newer ICU versions
# Risk
Low. Changes include:
1. Single line container version reference update in pipeline
configuration
2. Platform-specific test skips and data updates that don't affect
runtime behavior
3. All changes are test-only fixes that ensure compatibility without
modifying production code
4. Japanese calendar breaking changes were reverted to maintain
servicing policy compliance
# Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet
package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older
versions.
<!-- START COPILOT CODING AGENT SUFFIX -->
<!-- START COPILOT ORIGINAL PROMPT -->
<details>
<summary>Original prompt</summary>
> Please update opensuse container references to 16.0, such as in this
file
https://github.com/dotnet/runtime/blob/release/10.0/eng/pipelines/libraries/helix-queues-setup.yml
</details>
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: richlander <[email protected]>
Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
Co-authored-by: Tarek Mahmoud Sayed <[email protected]>1 parent f8d2bbf commit e08f350
File tree
11 files changed
+6624
-6
lines changed- eng/pipelines/libraries
- src/libraries
- Common/tests/TestUtilities/System
- System.Net.Security/tests/UnitTests
- System.Runtime/tests
- System.Globalization.Calendars.Tests/System/Globalization
- System.Globalization.Extensions.Tests
- IdnMapping/Data
- Unicode_17_0
- NlsTests
- System.Runtime.Tests/System
11 files changed
+6624
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
74 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
75 | 94 | | |
76 | 95 | | |
77 | 96 | | |
| |||
132 | 151 | | |
133 | 152 | | |
134 | 153 | | |
135 | | - | |
| 154 | + | |
136 | 155 | | |
137 | 156 | | |
138 | 157 | | |
| |||
386 | 405 | | |
387 | 406 | | |
388 | 407 | | |
389 | | - | |
| 408 | + | |
390 | 409 | | |
391 | 410 | | |
392 | 411 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
| |||
0 commit comments