Fix tests

[?]
May 24, 2017, 2:00 PM
LAJHRL6OZJYTGRO2X4XBGOYWM2NJ3OFDVDN3HQQUCJBTE4ZOBJNQC

Dependencies

  • [2] 4YCF3KBG Concurrent hydra-evaluator
  • [3] PXTSKX4G Add buildQueued plugin hook
  • [4] GAZHOBWE Better fix
  • [5] UQYHPQ6U Run PostgreSQL during "make check"
  • [6] N22GPKYT * Put info about logs / build products in the DB.
  • [7] N3KBVX6G Set $PERL5LIB properly in hydra-init in "make check"
  • [8] PVBTVPKJ nix needs env vars as absolute paths
  • [9] JRVI4XTV tests: Use $(builddir) instead of `pwd`.
  • [10] VU2OLHD2 Move most of AddBuilds to hydra-eval-jobset
  • [11] OB7GB5DL Test environment cleanups
  • [12] RBQEBVT5 Doh
  • [13] RBZRCTAL hydra: fixed and re-enabled evaluation tests
  • [*] G2ZB6464 first test, not yet in buildprocess

Change contents

  • replacement in src/script/hydra-eval-jobset at line 474
    [4.16911][3.140:264]()
    system("hydra-notify build-queued " . $build->id) if defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new};
    [4.16911]
    [4.16911]
    system("hydra-notify build-queued " . $build->id)
    if defined $build && defined $buildMap->{$build->id} && $buildMap->{$build->id}->{new};
  • replacement in tests/Makefile.am at line 15
    [4.24][4.0:58]()
    PERL5LIB="$(srcdir):$(top_srcdir)/src/lib:$$PERL5LIB" \
    [4.24]
    [2.11287]
    PERL5LIB="$(srcdir):$(abs_top_srcdir)/src/lib:$$PERL5LIB" \