[PR #2265] [MERGED] dns-test: do not run docker network create in parallel #2911

Closed
opened 2026-03-16 11:14:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2265
Author: @japaric
Created: 6/28/2024
Status: Merged
Merged: 7/1/2024
Merged by: @bluejekyll

Base: mainHead: ja-cs-network-create


📝 Commits (2)

  • fd6ca70 dns-test: do not run docker network create in parallel
  • 9426ca0 Merge branch 'main' into ja-cs-network-create

📊 Changes

1 file changed (+10 additions, -2 deletions)

View changed files

📝 conformance/packages/dns-test/src/container/network.rs (+10 -2)

📄 Description

the operation is racy in some versions of Docker and produces networks with overlapping IP netmasks which cannot be used in parallel.

fixes #2264


🔄 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/hickory-dns/hickory-dns/pull/2265 **Author:** [@japaric](https://github.com/japaric) **Created:** 6/28/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `ja-cs-network-create` --- ### 📝 Commits (2) - [`fd6ca70`](https://github.com/hickory-dns/hickory-dns/commit/fd6ca70606a90d3213213808d406db77f5177470) dns-test: do not run `docker network create` in parallel - [`9426ca0`](https://github.com/hickory-dns/hickory-dns/commit/9426ca00638b92c6ed0416823a881f6010c99923) Merge branch 'main' into ja-cs-network-create ### 📊 Changes **1 file changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `conformance/packages/dns-test/src/container/network.rs` (+10 -2) </details> ### 📄 Description the operation is racy in some versions of Docker and produces networks with overlapping IP netmasks which cannot be used in parallel. fixes #2264 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:14:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2911
No description provided.