stestr 2.3.1 doesnt work well with ostestr 1.0.0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
os-testr |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
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.
File ".../os_
exit(
File ".../os_
return _select_
File ".../os_
black_
File ".../os_
black_
File ".../stestr/
concurrency = _to_int(
File ".../stestr/
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:/
[2]https:/
no longer affects: | networking-ovn |
patch proposed : https:/ /review. opendev. org/#/c/ 657223/