Hide Forgot
Description of problem: Beaker denies to import task rpm with TestTime in days ("d") but `make bkradd` returns 0. Version-Release number of selected component (if applicable): Version - 0.8.0 rhts-devel-4.43-1.git.6.4ea8ce6.el6eso.noarch How reproducible: 1 of 1 attempt Steps to Reproduce: 1. # grep TestTime Makefile @echo "TestTime: 2d" >> $(METADATA) 2. # make bkradd [...] + exit 0 /mnt/testarea/rhts-build-yq0wUanm/install ~/Checkouts/GIT/RHN-Satellite/Installer/Sanity/install2 RHN-Satellite-CoreOS-RHN-Satellite-Installer-Sanity-install2-2.0-2.noarch.rpm Exception: <Fault 1: "<class 'bkr.server.testinfo.ParserWarning'>:TestTime unit is not valid, should be m (minutes) or h (hours)"> ~/Checkouts/GIT/RHN-Satellite/Installer/Sanity/install2 Finished building test package rm testinfo.desc 3. # echo $? 0 Actual results: Test fails to import and `make bkradd` reports 0 Expected results: `make bkradd` should report != 0 Maybe even rhts-lint which reports this as well might stop build&push process?
Same when importing version that already exists. It's because last command "rm testinofo.desc" finished successfully. python-ethtool-CoreOS-python-ethtool-Sanity-memory-1.0-1.noarch.rpm Exception: <Fault 1: "<class 'bkr.common.bexceptions.BX'>:u'Failed to import, 1.0-1 is the same version we already have'"> ~/tests/python-ethtool/Sanity/memory Finished building test package rm testinfo.desc # echo $? 0 It's anoying because we're unable to pipe commands according success/fail. Please fix this. Thanks.
On Gerrit: http://gerrit.beaker-project.org/1179
Beaker 0.9.1 has been released.