Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of test suite tests fails after IPC changes #52408

Closed
frogunder opened this issue Apr 3, 2019 · 1 comment
Closed

Lots of test suite tests fails after IPC changes #52408

frogunder opened this issue Apr 3, 2019 · 1 comment
Assignees
Labels
fixed-pls-verify fix is linked, bug author to confirm fix Test-Failure Fix the CI failure ⛈ v2019.2 unsupported version
Milestone

Comments

@frogunder
Copy link
Contributor

I see this traceback on lots of tests

Traceback (most recent call last):
  File "/tmp/kitchen/testing/tests/integration/modules/test_pkg.py", line 32, in setUp
    os_release = self.run_function('grains.get', ['osrelease'])
  File "/tmp/kitchen/testing/tests/support/case.py", line 814, in run_function
    kwarg=kwargs)
  File "/tmp/kitchen/testing/salt/client/__init__.py", line 715, in cmd
    **kwargs):
  File "/tmp/kitchen/testing/salt/client/__init__.py", line 1527, in get_cli_event_returns
    **kwargs
  File "/tmp/kitchen/testing/salt/client/__init__.py", line 1104, in get_iter_returns
    for raw in ret_iter:
  File "/tmp/kitchen/testing/salt/client/__init__.py", line 1038, in get_returns_no_block
    no_block=True, auto_reconnect=self.auto_reconnect)
  File "/tmp/kitchen/testing/salt/utils/event.py", line 652, in get_event
    ret = self._get_event(wait, tag, match_func, no_block)
  File "/tmp/kitchen/testing/salt/utils/event.py", line 551, in _get_event
    raw = self.subscriber.read_sync(timeout=wait)
  File "/tmp/kitchen/testing/salt/transport/ipc.py", line 820, in read_sync
    return self.service.io_loop.run_sync(lambda: self.read_async(None, timeout))
  File "/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 444, in run_sync
    return future_cell[0].result()
  File "/usr/lib64/python2.7/site-packages/tornado/concurrent.py", line 214, in result
    raise_exc_info(self._exc_info)
  File "/usr/lib64/python2.7/site-packages/tornado/gen.py", line 879, in run
    yielded = self.gen.send(value)
  File "/tmp/kitchen/testing/salt/transport/ipc.py", line 805, in read_async
    raise data
TypeError: list indices must be integers, not unicode```
@frogunder frogunder added the Test-Failure Fix the CI failure ⛈ label Apr 3, 2019
@frogunder frogunder added this to the Approved milestone Apr 3, 2019
@frogunder frogunder added the v2019.2 unsupported version label Apr 3, 2019
@Ch3LL
Copy link
Contributor

Ch3LL commented Apr 8, 2019

should be fixed by #52445

@Ch3LL Ch3LL added the fixed-pls-verify fix is linked, bug author to confirm fix label Apr 8, 2019
@KChandrashekhar KChandrashekhar assigned Ch3LL and unassigned dwoz May 10, 2019
@KChandrashekhar KChandrashekhar modified the milestones: Approved, Priority May 10, 2019
@Ch3LL Ch3LL closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-pls-verify fix is linked, bug author to confirm fix Test-Failure Fix the CI failure ⛈ v2019.2 unsupported version
Projects
None yet
Development

No branches or pull requests

4 participants