[PR #466] [MERGED] Speedup CI tests #1457

Closed
opened 2026-03-16 02:07:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/466
Author: @bluejekyll
Created: 5/15/2018
Status: Merged
Merged: 5/20/2018
Merged by: @bluejekyll

Base: masterHead: speedup-appveyor


📝 Commits (9)

  • 4483329 cleanup app veyor build orders to speed up build times
  • 75084b5 fix future creation in non unix/windows global example
  • 459c73f parallelize appveyor
  • a3fbb17 fix test_script
  • 96fe8cb fix indentation?
  • 91cdecb setup test matrix
  • ac57393 parallelize appveyor with bat and env
  • 704083b disable some tests to take less time
  • dd949d5 flip equality check

📊 Changes

4 files changed (+133 additions, -71 deletions)

View changed files

.appveyor.yml (+68 -0)
appveyor.yml (+0 -70)
📝 resolver/examples/global_resolver.rs (+1 -1)
scripts/test_windows.bat (+64 -0)

📄 Description

AppVeyor: It's not a ton, but it looks like ~8-10 minutes of savings.


🔄 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/466 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 5/15/2018 **Status:** ✅ Merged **Merged:** 5/20/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `speedup-appveyor` --- ### 📝 Commits (9) - [`4483329`](https://github.com/hickory-dns/hickory-dns/commit/4483329cf8881aa1224dd56c04f938855d84e301) cleanup app veyor build orders to speed up build times - [`75084b5`](https://github.com/hickory-dns/hickory-dns/commit/75084b5bd400df5e383c1501598f57fcb6c1c34e) fix future creation in non unix/windows global example - [`459c73f`](https://github.com/hickory-dns/hickory-dns/commit/459c73ff4ac6d02bc39c966598d8cd01aecf3fc6) parallelize appveyor - [`a3fbb17`](https://github.com/hickory-dns/hickory-dns/commit/a3fbb17645a1a3bdb852f2b670a78e616ba70d5b) fix test_script - [`96fe8cb`](https://github.com/hickory-dns/hickory-dns/commit/96fe8cb72d82ca58c40adb340623530e4da8406f) fix indentation? - [`91cdecb`](https://github.com/hickory-dns/hickory-dns/commit/91cdecb30a53a768310cef26c14e3f204aae08e3) setup test matrix - [`ac57393`](https://github.com/hickory-dns/hickory-dns/commit/ac573932f6e83f0b8c70dcbcd97b9de344f29ca6) parallelize appveyor with bat and env - [`704083b`](https://github.com/hickory-dns/hickory-dns/commit/704083b6ae078bc521c986fb225c51089af7dbf9) disable some tests to take less time - [`dd949d5`](https://github.com/hickory-dns/hickory-dns/commit/dd949d50e00a773212816632161c8610b4917656) flip equality check ### 📊 Changes **4 files changed** (+133 additions, -71 deletions) <details> <summary>View changed files</summary> ➕ `.appveyor.yml` (+68 -0) ➖ `appveyor.yml` (+0 -70) 📝 `resolver/examples/global_resolver.rs` (+1 -1) ➕ `scripts/test_windows.bat` (+64 -0) </details> ### 📄 Description AppVeyor: It's not a ton, but it looks like ~8-10 minutes of savings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:07:34 +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#1457
No description provided.