Daniel Hofstetter
|
20a8b5ac9e
|
factor: fix "unused import" warning in test
|
2023-04-06 09:45:13 +02:00 |
|
Daniel Hofstetter
|
6988eb7ec6
|
tests: expand wildcard imports
|
2023-03-20 15:32:35 +01:00 |
|
Daniel Hofstetter
|
f6b646e4e5
|
clippy: fix warnings introduced with Rust 1.67.0
|
2023-01-27 17:37:56 +01:00 |
|
Joining7943
|
09c04d9f3f
|
tests: Set timeout for tests which would fail with the default timeout in test_factor, test_sort
|
2022-12-17 21:55:01 +01:00 |
|
Sylvestre Ledru
|
b7925465a8
|
factor: trim the input to fix some busybox results
|
2022-12-05 22:49:48 +01:00 |
|
Joining7943
|
982fb682e9
|
tests: Use UChild in tests. Rename run_no_wait_child to run_no_wait and return UChild
tests/tail:
* test_stdin_redirect_file:. Test fails now when assert_alive()!
The follow test `tail -f < file` where file's content is `foo` fails with:
Assertion failed. Expected 'tail' to be running but exited with status=exit status: 0
I also tried on the command line and can confirm that tail isn't runnning when following by
descriptor. The test is deactivated until the implementation is fixed.
* test_follow_stdin_descriptor
* test_follow_stdin_explicit_indefinitely.
* test_follow_single
* test_follow_non_utf8_bytes
* test_follow_multiple
* test_follow_name_multiple
* test_follow_invalid_pid
* test_single_big_args
* test_retry3
* test_retry4
* test_retry5
* test_retry7
* test_retry8
* test_retry9
* test_follow_descriptor_vs_rename1
* test_follow_descriptor_vs_rename2
* test_follow_name_retry_headers
* test_follow_name_remove
* test_follow_name_truncate1
* test_follow_name_truncate2
* test_follow_name_truncate3
* test_follow_name_truncate4
* test_follow_truncate_fast
* test_follow_name_move_create1
* test_follow_name_move_create2
* test_follow_name_move1
* test_follow_name_move2
* test_follow_name_move_retry1
* test_follow_name_move_retry2
* test_follow_inotify_only_regular
* test_fifo
* test_illegal_seek
tests/cat:
* test_dev_full
* test_dev_full_show_all
* test_dev_random
* test_fifo_symlink
tests/dd:
* test_random_73k_test_lazy_fullblock
* test_sync_delayed_reader
tests/factor:
* test_parallel
tests/rm:
* test_rm_force_prompts_order
* test_rm_descend_directory
* test_rm_prompts
tests/seq:
* the helper run method
tests/sort:
* test_sigpipe_panic
tests/tee:
* the helper run_tee method
tests/tty:
* test_tty module
tests/yes:
* the helper run method
|
2022-12-02 08:06:45 +01:00 |
|
Terts Diepraam
|
458c2c8b85
|
factor: update to clap 4
|
2022-10-13 17:50:29 +02:00 |
|
Chad Brewbaker
|
cbb9db7be7
|
fix MIRI crash of long test
|
2022-10-11 12:11:52 -05:00 |
|
Terts Diepraam
|
9177cb7b24
|
all: add tests for usage error exit code
|
2022-09-10 20:59:42 +02:00 |
|
alextibbles
|
d9c2acc2ed
|
update to sha 0.10.0 (#3110)
* update to sha 0.10.0
* correct formatting
|
2022-02-12 18:12:02 +01:00 |
|
Greg Guthe
|
1e0dc6c278
|
tests: update test_random to take range
Fix 'error[E0061]: this function takes 1 argument but 2 arguments were supplied'.
|
2022-01-24 20:40:31 -05:00 |
|
Michael Debertol
|
0edc9b01b9
|
factor: prevent writing incomplete lines
This makes it possible to execute multiple `factor` instances that write
to the same output in parallel, without having them interfere.
|
2021-08-10 00:14:51 +02:00 |
|
Roy Ivy III
|
3f35e0a421
|
refactor ~ cargo make format
|
2021-05-31 08:23:58 -05:00 |
|
Roy Ivy III
|
4e20dedf58
|
tests ~ refactor/polish spelling (comments, names, and exceptions)
|
2021-05-31 08:23:57 -05:00 |
|
Gilad Naaman
|
17b0939dee
|
Moved factor to use clap
Issue: https://github.com/uutils/coreutils/issues/2121
|
2021-05-29 15:11:27 +02:00 |
|
Jan Scheer
|
3aeccfd802
|
fix a lot of clippy warnings
|
2021-05-29 15:11:22 +02:00 |
|
Gilad Naaman
|
81d42aa2b3
|
Fix some tests to not use CmdResult fields
|
2021-04-10 23:30:50 +03:00 |
|
Roy Ivy III
|
94e240a2fc
|
tests/factor ~ refactor for readability + improve DRY
|
2020-10-26 15:06:29 -05:00 |
|
Roy Ivy III
|
c5296f00d0
|
tests/factor ~ test first 100000 integers for expected results
|
2020-10-26 15:06:29 -05:00 |
|
Roy Ivy III
|
2615abe9cc
|
tests/factor ~ update RNG usage and variable reports to ease debugging
|
2020-10-26 15:06:28 -05:00 |
|
Roy Ivy III
|
f3ee45171f
|
tests/factor ~ re-enable factor tests (with additional detail for failures)
- probably fixes #1531 (via #1529) per @nbraud
|
2020-06-21 12:17:46 -05:00 |
|
Roy Ivy III
|
b055ec34e7
|
tests ~ disable randomly failing test ('test_factor::test_random_big') under CI
- avoid randomly failing builds; reactivate when fixed
- ref: #1531
|
2020-06-14 23:38:30 -05:00 |
|
Roy Ivy III
|
b10649f14f
|
tests ~ (test_factor.rs) fix module import path
|
2020-06-01 18:30:04 -05:00 |
|
Roy Ivy III
|
de0375f909
|
tests ~ reorganize tests
|
2020-06-01 18:30:04 -05:00 |
|