Ticket #8154 (assigned)

Opened 7 years ago

Last modified 5 years ago

Manually running tests failed on ISIS Jenkins Win7

Reported by: Samuel Jackson Owned by:
Priority: minor Milestone: Backlog
Component: Tools Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

I attempted to manually run a system test on the windows 7 machine but the test failed with the following output:

C:\jenkins\workspace\is_manualtest_win7\InstallerTesting>if x == x (SET LOGGING="" )  ELSE (SET LOGGING=-l  ) 

C:\jenkins\workspace\is_manualtest_win7\InstallerTesting>if xQLresTest == x (SET REGEX=-v )  ELSE (SET REGEX=-v -R QLresTest ) 

C:\jenkins\workspace\is_manualtest_win7\InstallerTesting>C:\Python27\python InstallerTests.py -o "" -v -R QLresTest 
Starting system tests
Traceback (most recent call last):
  File "InstallerTests.py", line 62, in <module>
    installer = get_installer(doInstall, useNSISWindowsInstaller)
  File "C:\jenkins\workspace\is_manualtest_win7\InstallerTesting\mantidinstaller.py", line 68, in get_installer
    return MSIInstaller(do_install)
  File "C:\jenkins\workspace\is_manualtest_win7\InstallerTesting\mantidinstaller.py", line 172, in __init__
    MantidInstaller.__init__(self, do_install, 'mantid-*.msi')
  File "C:\jenkins\workspace\is_manualtest_win7\InstallerTesting\mantidinstaller.py", line 126, in __init__
    raise RuntimeError('Unable to find installer package in "%s"' % os.getcwd())
RuntimeError: Unable to find installer package in "C:\jenkins\workspace\is_manualtest_win7\InstallerTesting"

After consulting with Owen he seems to think that installer script is somehow choosing the msi installer over the nsis installer.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Status changed from new to assigned

bulk move to assigned at the into of the triage step

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8999

Note: See TracTickets for help on using tickets.