Guest User

TestInputRSS.test_all_entries_no captured log output

a guest
Jun 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. ======================================================= FAILURES =======================================================
  2. ___________________________________________ TestInputRSS.test_all_entries_no ___________________________________________
  3.  
  4. self = <flexget.tests.test_rss.TestInputRSS object at 0x113cd0250>, execute_task = <function execute at 0x1159080c8>
  5.  
  6. def test_all_entries_no(self, execute_task):
  7. task = execute_task('test_all_entries_no')
  8. assert task.entries, 'Entries should have been produced on first run.'
  9. # reset input cache so that the cache is not used for second execution
  10. from flexget.utils.cached_input import cached
  11. cached.cache.clear()
  12. task = execute_task('test_all_entries_no')
  13. > assert not task.entries, 'No entries should have been produced the second run.'
  14. E AssertionError: No entries should have been produced the second run.
  15. E assert not <flexget.task.EntryIterator object at 0x113d4bdd0>
  16. E + where <flexget.task.EntryIterator object at 0x113d4bdd0> = <flexget.task.Task object at 0x1158f1990>.entries
  17.  
  18. test_rss.py:133: AssertionError
  19. ----------------------------------------------------- Captured log -----------------------------------------------------
  20. manager.py 115 INFO last manager was not torn down correctly
  21. manager.py 172 DEBUG sys.defaultencoding: ascii
  22. manager.py 173 DEBUG sys.getfilesystemencoding: utf-8
  23. manager.py 174 DEBUG flexget detected io encoding: utf8
  24. manager.py 175 DEBUG os.path.supports_unicode_filenames: True
  25. conftest.py 309 DEBUG database_uri: sqlite:///:memory:
  26. plugin.py 384 DEBUG Trying to load plugins from: [u'/Users/korten/git/plugins', '/Users/korten/git/Flexget/flexget/plugins']
  27. plugin.py 405 DEBUG (u'Plugin `%s` requires `%s` to load.', u'memusage', u'ext lib `guppy`')
  28. plugin.py 469 DEBUG Plugins took 0.07 seconds to load. 278 plugins in registry.
  29. manager.py 713 DEBUG Connecting to: sqlite:///:memory:
  30. db_schema.py 92 DEBUG Initializing plugin feed schema version to 0
  31. db_schema.py 92 DEBUG Initializing plugin api_trakt schema version to 7
  32. db_schema.py 92 DEBUG Initializing plugin trakt_auth schema version to 0
  33. db_schema.py 92 DEBUG Initializing plugin make_rss schema version to 0
  34. db_schema.py 92 DEBUG Initializing plugin series schema version to 14
  35. db_schema.py 92 DEBUG Initializing plugin variables schema version to 0
  36. db_schema.py 92 DEBUG Initializing plugin pending_approval schema version to 0
  37. db_schema.py 92 DEBUG Initializing plugin alpharatio schema version to 0
  38. db_schema.py 92 DEBUG Initializing plugin filelist schema version to 0
  39. db_schema.py 92 DEBUG Initializing plugin seen schema version to 4
  40. db_schema.py 92 DEBUG Initializing plugin pogcal_acquired schema version to 0
  41. db_schema.py 92 DEBUG Initializing plugin archive schema version to 0
  42. db_schema.py 92 DEBUG Initializing plugin digest schema version to 1
  43. db_schema.py 92 DEBUG Initializing plugin remember_rejected schema version to 3
  44. db_schema.py 92 DEBUG Initializing plugin simple_persistence schema version to 4
  45. db_schema.py 92 DEBUG Initializing plugin myepisodes schema version to 0
  46. db_schema.py 92 DEBUG Initializing plugin delay schema version to 2
  47. db_schema.py 92 DEBUG Initializing plugin failed schema version to 3
  48. db_schema.py 92 DEBUG Initializing plugin tail schema version to 0
  49. db_schema.py 92 DEBUG Initializing plugin api_tvdb schema version to 7
  50. db_schema.py 92 DEBUG Initializing plugin imdb_lookup schema version to 8
  51. db_schema.py 92 DEBUG Initializing plugin status schema version to 2
  52. db_schema.py 92 DEBUG Initializing plugin movie_list schema version to 0
  53. db_schema.py 92 DEBUG Initializing plugin torrent411 schema version to 0
  54. db_schema.py 92 DEBUG Initializing plugin api_tmdb schema version to 5
  55. db_schema.py 92 DEBUG Initializing plugin log_once schema version to 0
  56. db_schema.py 92 DEBUG Initializing plugin discover schema version to 0
  57. db_schema.py 92 DEBUG Initializing plugin entry_list schema version to 1
  58. db_schema.py 92 DEBUG Initializing plugin regexp_list schema version to 1
  59. db_schema.py 92 DEBUG Initializing plugin api_bluray schema version to 0
  60. db_schema.py 92 DEBUG Initializing plugin subtitle_list schema version to 1
  61. db_schema.py 92 DEBUG Initializing plugin api_rottentomatoes schema version to 2
  62. db_schema.py 92 DEBUG Initializing plugin version_checker schema version to 0
  63. db_schema.py 92 DEBUG Initializing plugin telegram_chat_ids schema version to 0
  64. db_schema.py 92 DEBUG Initializing plugin morethantv schema version to 0
  65. db_schema.py 92 DEBUG Initializing plugin t411 schema version to 0
  66. db_schema.py 92 DEBUG Initializing plugin input_cache schema version to 1
  67. db_schema.py 92 DEBUG Initializing plugin tvmaze schema version to 7
  68. db_schema.py 92 DEBUG Initializing plugin imdb_list schema version to 0
  69. db_schema.py 92 DEBUG Initializing plugin rutracker_auth schema version to 0
  70. db_schema.py 92 DEBUG Initializing plugin backlog schema version to 2
  71. manager.py 639 DEBUG New config data loaded.
  72. db_schema.py 39 DEBUG entering flexget version 2.10.64.dev to db
  73. plugin_parsing.py 32 DEBUG setting default movie parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0x113e82e10>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0x1149f1dd0>})
  74. plugin_parsing.py 32 DEBUG setting default series parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0x113e82e10>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0x1149f1dd0>})
  75. conftest.py 89 INFO ********** Running task: test_all_entries_no **********
  76. task.py 580 DEBUG executing test_all_entries_no
  77. status.py 110 DEBUG Adding new task test_all_entries_no
  78. cached_input.py 115 DEBUG cache name: rss_2c523a27871e5b1ee076d69e707be312 (has: rss_8e714e5d68ebb6fbe9436c61001b2111, rss_7197388fdbb70c3c97c2a9189c21c279, rss_52b90f149e62bc8a50922c4fa433209c, rss_da12396e9fc646c876269a5a68bc04b6, rss_a2445ea3af21fe69a7807ed680349d0a)
  79. rss.py 210 DEBUG Requesting task `test_all_entries_no` url `rss.xml`
  80. rss.py 327 DEBUG encoding utf-8
  81. rss.py 414 DEBUG adding 3 entries from enclosures
  82. rss.py 359 DEBUG skipping entry without title
  83. rss.py 466 DEBUG Saving location in rss feed.
  84. simple_persistence.py 123 DEBUG setting key 2730019585908496614_last_entry value u'Zero sized enclosure'
  85. cached_input.py 171 DEBUG storing to cache rss_2c523a27871e5b1ee076d69e707be312 9 entries
  86. backlog.py 182 DEBUG 0 entries purged from backlog
  87. logger.py 133 VERBOSE Produced 9 entries.
  88. urlrewriting.py 29 DEBUG Checking 0 entries
  89. logger.py 133 VERBOSE Summary - Accepted: 0 (Rejected: 0 Undecided: 9 Failed: 0)
  90. simple_persistence.py 150 DEBUG Flushing simple persistence for task test_all_entries_no to db.
  91. conftest.py 89 INFO ********** Running task: test_all_entries_no **********
  92. task.py 580 DEBUG executing test_all_entries_no
  93. cached_input.py 115 DEBUG cache name: rss_2c523a27871e5b1ee076d69e707be312 (has: )
  94. rss.py 210 DEBUG Requesting task `test_all_entries_no` url `rss.xml`
  95. rss.py 327 DEBUG encoding utf-8
  96. rss.py 414 DEBUG adding 3 entries from enclosures
  97. logger.py 133 VERBOSE Not processing entries from last run.
  98. rss.py 466 DEBUG Saving location in rss feed.
  99. simple_persistence.py 123 DEBUG setting key 2730019585908496614_last_entry value u'Normal'
  100. cached_input.py 171 DEBUG storing to cache rss_2c523a27871e5b1ee076d69e707be312 7 entries
  101. backlog.py 182 DEBUG 0 entries purged from backlog
  102. logger.py 133 VERBOSE Produced 7 entries.
  103. urlrewriting.py 29 DEBUG Checking 0 entries
  104. logger.py 133 VERBOSE Summary - Accepted: 0 (Rejected: 0 Undecided: 7 Failed: 0)
  105. simple_persistence.py 150 DEBUG Flushing simple persistence for task test_all_entries_no to db.
Advertisement
Add Comment
Please, Sign In to add comment