[PR #86] [MERGED] Move from ignore to jwalk & refactor tests #297

Closed
opened 2026-06-08 11:26:54 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/86
Author: @bootandy
Created: 3/28/2020
Status: Merged
Merged: 3/28/2020
Merged by: @bootandy

Base: masterHead: ab-run-tests-tmp


📝 Commits (5)

  • 1953e10 Move everything to ignore instead of jwalk
  • 7cc7047 Move from assert_cli to assert_cmd
  • 402a8f8 Remove thread parameter
  • c0048b2 Handle running with bad parameter
  • 1f120de Run tests on /tmp directory

📊 Changes

7 files changed (+519 additions, -602 deletions)

View changed files

📝 Cargo.lock (+209 -240)
📝 Cargo.toml (+4 -2)
📝 src/main.rs (+9 -31)
📝 src/utils/mod.rs (+121 -167)
📝 src/utils/platform.rs (+15 -29)
📝 tests/tests.rs (+134 -93)
📝 tests/tests_symlinks.rs (+27 -40)

📄 Description

ignore is ~ 15% faster than jwalk.

Refactor tests to use /tmp directory

Remove -t parameter for threads.


🔄 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/bootandy/dust/pull/86 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 3/28/2020 **Status:** ✅ Merged **Merged:** 3/28/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-run-tests-tmp` --- ### 📝 Commits (5) - [`1953e10`](https://github.com/bootandy/dust/commit/1953e107c28feebe701a0c614407178ca2f995e1) Move everything to ignore instead of jwalk - [`7cc7047`](https://github.com/bootandy/dust/commit/7cc7047b2884e65537016707dedf0d408632f2a0) Move from assert_cli to assert_cmd - [`402a8f8`](https://github.com/bootandy/dust/commit/402a8f824964b8c52502b1317b3767efeb773f76) Remove thread parameter - [`c0048b2`](https://github.com/bootandy/dust/commit/c0048b2ae4f32c9b1ba4c4c6802d7ee4cd210ebc) Handle running with bad parameter - [`1f120de`](https://github.com/bootandy/dust/commit/1f120de168fb2eae951bd81bd7566839834cbd16) Run tests on /tmp directory ### 📊 Changes **7 files changed** (+519 additions, -602 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+209 -240) 📝 `Cargo.toml` (+4 -2) 📝 `src/main.rs` (+9 -31) 📝 `src/utils/mod.rs` (+121 -167) 📝 `src/utils/platform.rs` (+15 -29) 📝 `tests/tests.rs` (+134 -93) 📝 `tests/tests_symlinks.rs` (+27 -40) </details> ### 📄 Description ignore is ~ 15% faster than jwalk. Refactor tests to use /tmp directory Remove -t parameter for threads. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:54 +03:00
zhus closed this issue 2026-06-08 11:26:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#297