darcs

Patch 2138 harness: add --cache=[yn] as another column to test script matrix

Title harness: add --cache=[yn] as another column to test script matrix
Superseder Nosy List bfrk
Related Issues
Status accepted Assigned To
Milestone

Created on 2020-12-21.09:07:56 by bfrk, last changed 2021-03-22.06:23:38 by ganesh.

Files
File name Status Uploaded Type Edit Remove
fix-typos-in-harness_test_hs.dpatch bfrk, 2021-02-23.14:17:33 application/x-darcs-patch
harness_-add-__cache__yn_-as-another-column-to-test-script-matrix.dpatch bfrk, 2020-12-21.09:07:54 application/x-darcs-patch
patch-preview.txt bfrk, 2020-12-21.09:07:54 text/x-darcs-patch
patch-preview.txt bfrk, 2021-02-23.14:17:33 text/x-darcs-patch
unnamed bfrk, 2020-12-21.09:07:54 text/plain
unnamed bfrk, 2021-02-23.14:17:33 text/plain
See mailing list archives for discussion on individual patches.
Messages
msg22582 (view) Author: bfrk Date: 2020-12-21.09:07:54
1 patch for repository http://darcs.net/screened:

patch 3bd5be14c6e577abb067e162bc2e78db95bb752e
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Nov 10 17:19:37 CET 2020
  * harness: add --cache=[yn] as another column to test script matrix
  
  This means we can now run shell tests with ALL no-cache as default. This is
  useful in order to check that we don't accidentally rely on the global cache
  for correctness.
Attachments
msg22644 (view) Author: ganesh Date: 2021-02-22.22:37:05
Looks good. There's a typo here:

> +     , cache         := "y"      += help "Select wether to use the cache 
(n=no, y=yes) [y]" += typ "SET"

("wether" => "whether")
msg22646 (view) Author: bfrk Date: 2021-02-23.14:17:33
Following up on review + self-accept.

1 patch for repository http://darcs.net/screened:

patch 340ee839011a181bf118d6a0a7c71b86d4460b75
Author: Ben Franksen <ben.franksen@online.de>
Date:   Tue Feb 23 15:35:51 CET 2021
  * fix typos in harness/test.hs
Attachments
History
Date User Action Args
2020-12-21 09:07:56bfrkcreate
2020-12-21 09:08:37bfrksetstatus: needs-screening -> needs-review
title: harness: add --cache= -> harness: add --cache=[yn] as another column to test script matrix
2021-02-22 22:37:05ganeshsetstatus: needs-review -> accepted-pending-tests
messages: + msg22644
2021-02-23 14:17:33bfrksetfiles: + patch-preview.txt, fix-typos-in-harness_test_hs.dpatch, unnamed
messages: + msg22646
2021-03-22 06:23:38ganeshsetstatus: accepted-pending-tests -> accepted