Activity log for bug #1827834

Date Who What changed Old value New value Message
2019-05-06 07:29:44 Reedip bug added bug
2019-05-06 07:33:36 Reedip description After [1] merged into stestr 2.3.1, concurrency is expected to be an int but ostest defaults to None resulting the below error: Traceback (most recent call last): File ".../bin/ostestr", line 10, in <module> sys.exit(main()) File ".../os_testr/ostestr.py", line 263, in main exit(ostestr(sys.argv[1:])) File ".../os_testr/ostestr.py", line 259, in ostestr return _select_and_call_runner(opts, regex, others) File ".../os_testr/ostestr.py", line 212, in _select_and_call_runner black_regex=opts.black_regex) File ".../os_testr/ostestr.py", line 167, in call_testr black_regex=black_regex) File ".../stestr/commands/run.py", line 334, in run_command concurrency = _to_int(concurrency) File ".../stestr/commands/run.py", line 39, in _to_int i = int(possible) TypeError: int() argument must be a string or a number, not 'NoneType' This issue seems to be fixed in [2], but the gate would be broken for networking-ovn till that is not released [1]https://github.com/mtreinish/stestr/commit/c93bc81 [2]https://github.com/mtreinish/stestr/commit/ac8dac0 After [1] merged into stestr 2.3.1, concurrency is expected to be an int but ostestr defaults to None resulting the below error: Traceback (most recent call last):   File ".../bin/ostestr", line 10, in <module>     sys.exit(main())   File ".../os_testr/ostestr.py", line 263, in main     exit(ostestr(sys.argv[1:]))   File ".../os_testr/ostestr.py", line 259, in ostestr     return _select_and_call_runner(opts, regex, others)   File ".../os_testr/ostestr.py", line 212, in _select_and_call_runner     black_regex=opts.black_regex)   File ".../os_testr/ostestr.py", line 167, in call_testr     black_regex=black_regex)   File ".../stestr/commands/run.py", line 334, in run_command     concurrency = _to_int(concurrency)   File ".../stestr/commands/run.py", line 39, in _to_int     i = int(possible) TypeError: int() argument must be a string or a number, not 'NoneType' This issue seems to be fixed in [2], but the gate would be broken for networking-ovn till that is not released [1]https://github.com/mtreinish/stestr/commit/c93bc81 [2]https://github.com/mtreinish/stestr/commit/ac8dac0
2019-05-06 10:35:27 Reedip bug task added os-testr
2019-05-06 10:35:43 Reedip bug task deleted networking-ovn
2019-07-04 00:10:57 Tim Burke os-testr: status New Fix Committed