Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ======================================================= FAILURES =======================================================
- ___________________________________________ TestInputRSS.test_all_entries_no ___________________________________________
- self = <flexget.tests.test_rss.TestInputRSS object at 0x113cd0250>, execute_task = <function execute at 0x1159080c8>
- def test_all_entries_no(self, execute_task):
- task = execute_task('test_all_entries_no')
- assert task.entries, 'Entries should have been produced on first run.'
- # reset input cache so that the cache is not used for second execution
- from flexget.utils.cached_input import cached
- cached.cache.clear()
- task = execute_task('test_all_entries_no')
- > assert not task.entries, 'No entries should have been produced the second run.'
- E AssertionError: No entries should have been produced the second run.
- E assert not <flexget.task.EntryIterator object at 0x113d4bdd0>
- E + where <flexget.task.EntryIterator object at 0x113d4bdd0> = <flexget.task.Task object at 0x1158f1990>.entries
- test_rss.py:133: AssertionError
- ----------------------------------------------------- Captured log -----------------------------------------------------
- manager.py 115 INFO last manager was not torn down correctly
- manager.py 172 DEBUG sys.defaultencoding: ascii
- manager.py 173 DEBUG sys.getfilesystemencoding: utf-8
- manager.py 174 DEBUG flexget detected io encoding: utf8
- manager.py 175 DEBUG os.path.supports_unicode_filenames: True
- conftest.py 309 DEBUG database_uri: sqlite:///:memory:
- plugin.py 384 DEBUG Trying to load plugins from: [u'/Users/korten/git/plugins', '/Users/korten/git/Flexget/flexget/plugins']
- plugin.py 405 DEBUG (u'Plugin `%s` requires `%s` to load.', u'memusage', u'ext lib `guppy`')
- plugin.py 469 DEBUG Plugins took 0.07 seconds to load. 278 plugins in registry.
- manager.py 713 DEBUG Connecting to: sqlite:///:memory:
- db_schema.py 92 DEBUG Initializing plugin feed schema version to 0
- db_schema.py 92 DEBUG Initializing plugin api_trakt schema version to 7
- db_schema.py 92 DEBUG Initializing plugin trakt_auth schema version to 0
- db_schema.py 92 DEBUG Initializing plugin make_rss schema version to 0
- db_schema.py 92 DEBUG Initializing plugin series schema version to 14
- db_schema.py 92 DEBUG Initializing plugin variables schema version to 0
- db_schema.py 92 DEBUG Initializing plugin pending_approval schema version to 0
- db_schema.py 92 DEBUG Initializing plugin alpharatio schema version to 0
- db_schema.py 92 DEBUG Initializing plugin filelist schema version to 0
- db_schema.py 92 DEBUG Initializing plugin seen schema version to 4
- db_schema.py 92 DEBUG Initializing plugin pogcal_acquired schema version to 0
- db_schema.py 92 DEBUG Initializing plugin archive schema version to 0
- db_schema.py 92 DEBUG Initializing plugin digest schema version to 1
- db_schema.py 92 DEBUG Initializing plugin remember_rejected schema version to 3
- db_schema.py 92 DEBUG Initializing plugin simple_persistence schema version to 4
- db_schema.py 92 DEBUG Initializing plugin myepisodes schema version to 0
- db_schema.py 92 DEBUG Initializing plugin delay schema version to 2
- db_schema.py 92 DEBUG Initializing plugin failed schema version to 3
- db_schema.py 92 DEBUG Initializing plugin tail schema version to 0
- db_schema.py 92 DEBUG Initializing plugin api_tvdb schema version to 7
- db_schema.py 92 DEBUG Initializing plugin imdb_lookup schema version to 8
- db_schema.py 92 DEBUG Initializing plugin status schema version to 2
- db_schema.py 92 DEBUG Initializing plugin movie_list schema version to 0
- db_schema.py 92 DEBUG Initializing plugin torrent411 schema version to 0
- db_schema.py 92 DEBUG Initializing plugin api_tmdb schema version to 5
- db_schema.py 92 DEBUG Initializing plugin log_once schema version to 0
- db_schema.py 92 DEBUG Initializing plugin discover schema version to 0
- db_schema.py 92 DEBUG Initializing plugin entry_list schema version to 1
- db_schema.py 92 DEBUG Initializing plugin regexp_list schema version to 1
- db_schema.py 92 DEBUG Initializing plugin api_bluray schema version to 0
- db_schema.py 92 DEBUG Initializing plugin subtitle_list schema version to 1
- db_schema.py 92 DEBUG Initializing plugin api_rottentomatoes schema version to 2
- db_schema.py 92 DEBUG Initializing plugin version_checker schema version to 0
- db_schema.py 92 DEBUG Initializing plugin telegram_chat_ids schema version to 0
- db_schema.py 92 DEBUG Initializing plugin morethantv schema version to 0
- db_schema.py 92 DEBUG Initializing plugin t411 schema version to 0
- db_schema.py 92 DEBUG Initializing plugin input_cache schema version to 1
- db_schema.py 92 DEBUG Initializing plugin tvmaze schema version to 7
- db_schema.py 92 DEBUG Initializing plugin imdb_list schema version to 0
- db_schema.py 92 DEBUG Initializing plugin rutracker_auth schema version to 0
- db_schema.py 92 DEBUG Initializing plugin backlog schema version to 2
- manager.py 639 DEBUG New config data loaded.
- db_schema.py 39 DEBUG entering flexget version 2.10.64.dev to db
- 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>})
- 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>})
- conftest.py 89 INFO ********** Running task: test_all_entries_no **********
- task.py 580 DEBUG executing test_all_entries_no
- status.py 110 DEBUG Adding new task test_all_entries_no
- cached_input.py 115 DEBUG cache name: rss_2c523a27871e5b1ee076d69e707be312 (has: rss_8e714e5d68ebb6fbe9436c61001b2111, rss_7197388fdbb70c3c97c2a9189c21c279, rss_52b90f149e62bc8a50922c4fa433209c, rss_da12396e9fc646c876269a5a68bc04b6, rss_a2445ea3af21fe69a7807ed680349d0a)
- rss.py 210 DEBUG Requesting task `test_all_entries_no` url `rss.xml`
- rss.py 327 DEBUG encoding utf-8
- rss.py 414 DEBUG adding 3 entries from enclosures
- rss.py 359 DEBUG skipping entry without title
- rss.py 466 DEBUG Saving location in rss feed.
- simple_persistence.py 123 DEBUG setting key 2730019585908496614_last_entry value u'Zero sized enclosure'
- cached_input.py 171 DEBUG storing to cache rss_2c523a27871e5b1ee076d69e707be312 9 entries
- backlog.py 182 DEBUG 0 entries purged from backlog
- logger.py 133 VERBOSE Produced 9 entries.
- urlrewriting.py 29 DEBUG Checking 0 entries
- logger.py 133 VERBOSE Summary - Accepted: 0 (Rejected: 0 Undecided: 9 Failed: 0)
- simple_persistence.py 150 DEBUG Flushing simple persistence for task test_all_entries_no to db.
- conftest.py 89 INFO ********** Running task: test_all_entries_no **********
- task.py 580 DEBUG executing test_all_entries_no
- cached_input.py 115 DEBUG cache name: rss_2c523a27871e5b1ee076d69e707be312 (has: )
- rss.py 210 DEBUG Requesting task `test_all_entries_no` url `rss.xml`
- rss.py 327 DEBUG encoding utf-8
- rss.py 414 DEBUG adding 3 entries from enclosures
- logger.py 133 VERBOSE Not processing entries from last run.
- rss.py 466 DEBUG Saving location in rss feed.
- simple_persistence.py 123 DEBUG setting key 2730019585908496614_last_entry value u'Normal'
- cached_input.py 171 DEBUG storing to cache rss_2c523a27871e5b1ee076d69e707be312 7 entries
- backlog.py 182 DEBUG 0 entries purged from backlog
- logger.py 133 VERBOSE Produced 7 entries.
- urlrewriting.py 29 DEBUG Checking 0 entries
- logger.py 133 VERBOSE Summary - Accepted: 0 (Rejected: 0 Undecided: 7 Failed: 0)
- 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