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]
ABB3BIS2Add eval test for specific git revision - [5]
ANJBFPBEAdded the InfluxDBNotification plugin including a NixOS test - [6]
G2ZB6464first test, not yet in buildprocess - [7]
5SMQ2PLKFix tests - [8]
S5KKIQ3F* Remove accidentally commited foo/bar. - [9]
S5NPXZG3Fix indentation - [10]
UIA3ULNUGive each test its own Nix directories - [11]
L7RW467ZAdd a test for darcs inputs. - [12]
UGA45FNCAdd a plugin for backing up builds in s3 - [13]
L4AI5YL6Rename hydra_*.pl to hydra-* - [14]
WFJ3ZPRMadd tests for scm inputs - [15]
LZVO64YGMerge in the first bits of the API work - [16]
OWRS526HCreate an ephemeral PostgreSQL database per test - [17]
PY5GVGC7Implemented quoted strings support in hydra-build-products to allow file names with spaces + testcase - [18]
SBKX3YH2cleanup - [19]
M2MAIY22Add bar with 1 - [20]
HX4QYOYAadd first evaluations tests - [21]
7VQ4ALFYUpdate "make check" for the new queue runner - [22]
3G475GRTSplit out dependent tests in to its own .t - [23]
FAIJDQKZ - [24]
PXUP3HRChydra: query-all-tables.pl.in, set executable - [25]
RBZRCTALhydra: fixed and re-enabled evaluation tests - [26]
HE3GX5IPOptimize fetch-git. - [27]
3RL7VFKEAdd tests for "git describe --long". - [28]
IRZYSVNOtests: delete set-up.pl / tear-down.pl - [29]
XEQNMJ73Increase depth 0
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;