darcs

Patch 2277 allow test for issue2090 to be run manually (and 11 more)

Title allow test for issue2090 to be run manually (and 11 more)
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2023-02-20.17:00:55 by bfrk, last changed 2023-07-08.15:28:14 by ganesh.

Files
File name Status Uploaded Type Edit Remove
allow-test-for-issue2090-to-be-run-manually.dpatch bfrk, 2023-02-20.17:00:50 application/x-darcs-patch
patch-preview.txt bfrk, 2023-02-20.17:00:48 text/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg23112 (view) Author: bfrk Date: 2023-02-20.17:00:50
Assorted fixes and refactors in the tests scripts, pulled from my
development branch. Will self-accept.

12 patches for repository http://darcs.net/screened:

patch ca48d130eb6e1beaf8d969c8fd4c255cc15d276f
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Nov 10 12:05:36 CET 2020
  * allow test for issue2090 to be run manually

  The previous regex accidentally matched unrelated lines in the debug output
  due to "transfer-mode" appearing the (absolute) repo path.

patch 8797f78deb7ae76bb6f2f14092ea8e486924d56e
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Jul 13 12:11:34 CEST 2021
  * tests/resolve-conflicts-explicitly.sh: add missing shebang line

patch f2dfb45f83f7a2871330350ecc686bf34f09ee87
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat Sep 18 22:54:27 CEST 2021
  * modernize tests/replace.sh

patch 611e2b7802605dfcb63e11076a197a84e4ae7143
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jun 23 22:04:05 CEST 2022
  * tests/apply.sh: remove misleading header comment

patch 0e55c4a27c951624aa418b32b4056d0c7cb698f5
Author: Ben Franksen <ben.franksen@online.de>
Date:   Thu Jul  7 08:41:42 CEST 2022
  * fix tests/failing-record-scaling.sh

  The GHC runtime nowadays only uses openat. Note however that the test is
  bogus as written, see the comment I added.

patch ffa68ccb819376ab75af431d1fbba886b8865afa
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Jul 19 17:42:07 CEST 2022
  * simplifications and fixes in two test scripts

patch 4cd1be6b8d6e208c3004d9dc33d097c880b4a92f
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sat Aug 27 18:01:26 CEST 2022
  * fix in tests/look_for_moves.sh: don't include stderr in expected output

patch 9795d59d18c8473108e07c3ae91fb906ed6b956f
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Aug 28 12:41:18 CEST 2022
  * fix in tests/lib: disable tracing inside the 'not' function

  Otherwise things like 'not darcs add foo 2>err' will have the tracing of the
  'darcs add foo' command in err, but we only want the stderr output of the
  darcs command itself.

patch 00372026c673827d4bc77d1115f5cf4792175865
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Aug 28 16:49:53 CEST 2022
  * make test scripts more robust against additional stderr output

  This came up when I played with progress reporting and noticed that a
  harmless change there led to test failures. In several test scripts we had
  unnecessary redirections from stderr to stdout, which can simply be removed.
  In other cases we need to be more specific about what is not supposed to be
  in the stderr output instead of requiring it to be empty.

patch 13c27e3530d48d99be3f9bd63556c5489a2490c3
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Dec  6 21:17:09 CET 2022
  * two minor test script fixes

patch 5d1f443fd71cfa1948d8520374c55010dcead435
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Dec  6 21:23:19 CET 2022
  * test one thing more in tests/issue154_pull_dir_not_empty.sh

patch b9c3bb30a1f16e5003b112a265ae254bf16310f7
Author: Ben Franksen <ben.franksen@online.de>
Date:   Sun Dec 18 23:55:50 CET 2022
  * remove redundant -A tester options in two test scripts
Attachments
History
Date User Action Args
2023-02-20 17:00:55bfrkcreate
2023-02-20 17:01:40bfrksetstatus: needs-screening -> accepted-pending-tests
2023-07-08 15:28:14ganeshsetstatus: accepted-pending-tests -> accepted