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

Notifications unit test failure #948

Closed
justinlittman opened this issue Aug 13, 2018 · 0 comments
Closed

Notifications unit test failure #948

justinlittman opened this issue Aug 13, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@justinlittman
Copy link
Contributor

This fails for @lwrubel as follows:

FAIL: test_get_queue_info_full (ui.test_notifications.QueueNotificationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/lwrubel/projects/environments/sfm/lib/python3.5/site-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "/home/lwrubel/projects/sfm-ui/sfm/ui/test_notifications.py", line 397, in test_get_queue_info_full
    msg_cache['queue_data'])
AssertionError: Lists differ: [('Twitter Rest Harvester', 100), ('Web Harve[81 chars] 25)] != [('Tumblr Harvester', 200), ('Twitter Rest Ha[81 chars] 25)]

First differing element 0:
('Twitter Rest Harvester', 100)
('Tumblr Harvester', 200)

+ [('Tumblr Harvester', 200),
- [('Twitter Rest Harvester', 100),
? ^

+  ('Twitter Rest Harvester', 100),
? ^

   ('Web Harvester', 50),
-  ('Tumblr Harvester', 200),
   ('Twitter Rest Exporter', 100),
   ('Sfm Ui', 25)]

----------------------------------------------------------------------
Ran 1 test in 0.004s

I can't replicated in my environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant