Relocate the final evalutation tests to a build-products specific test.
[?]
Feb 23, 2021, 7:28 PM
CQI443CGAR6WPVMPA5XIHXGKUBC3GQTH3ZGH4UPFPFP4CYBFKEMQCDependencies
- [2]
IH26BRUJRun tests with yath - [3]
ZTYKNDOLMove tests for SCM inputs in to its own .t - [4]
L4AI5YL6Rename hydra_*.pl to hydra-* - [5]
PXUP3HRChydra: query-all-tables.pl.in, set executable - [6]
XEQNMJ73Increase depth 0 - [7]
3G475GRTSplit out dependent tests in to its own .t - [8]
HX4QYOYAadd first evaluations tests - [9]
FAIJDQKZ - [10]
S5NPXZG3Fix indentation - [11]
UIA3ULNUGive each test its own Nix directories - [12]
UGA45FNCAdd a plugin for backing up builds in s3 - [13]
IRZYSVNOtests: delete set-up.pl / tear-down.pl - [14]
OWRS526HCreate an ephemeral PostgreSQL database per test - [15]
M2MAIY22Add bar with 1 - [16]
WFJ3ZPRMadd tests for scm inputs - [17]
ANJBFPBEAdded the InfluxDBNotification plugin including a NixOS test - [18]
ABB3BIS2Add eval test for specific git revision - [19]
G2ZB6464first test, not yet in buildprocess - [20]
S5KKIQ3F* Remove accidentally commited foo/bar. - [21]
PY5GVGC7Implemented quoted strings support in hydra-build-products to allow file names with spaces + testcase - [22]
L7RW467ZAdd a test for darcs inputs. - [23]
HE3GX5IPOptimize fetch-git. - [24]
3RL7VFKEAdd tests for "git describe --long". - [25]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [26]
5SMQ2PLKFix tests - [27]
LZVO64YGMerge in the first bits of the API work - [28]
SBKX3YH2cleanup - [29]
7VQ4ALFYUpdate "make check" for the new queue runner
Change contents
- file move: evaluation.t → build-products.t
- replacement in tests/build-products.t at line 10
use Test::Simple tests => 8;use Test2::V0; - edit in tests/build-products.t at line 15
my $res;my $stdout;my $stderr; - edit in tests/build-products.t at line 16[4.1052]→[4.378:414](∅→∅),[4.414]→[4.1052:1157](∅→∅),[4.1052]→[4.1052:1157](∅→∅),[4.1157]→[4.1517:1529](∅→∅),[4.1928]→[4.2657:2658](∅→∅),[4.2657]→[4.2657:2658](∅→∅)
my $jobsBaseUri = "file://".getcwd;my $project = $db->resultset('Projects')->create({name => "tests", displayname => "", owner => "root"});my $jobset; - edit in tests/build-products.t at line 37[4.5396]
done_testing;