taskflow/taskflow/tests/unit
Ann Taraday f17252de50 Add sentinel redis support
Redis client has an ability to connect to Redis server
using Sentinel[1] (especially important for Redis clusters),
but this ability was missing here.

Allow to pass 'sentinel' variable to Redis conf, extend
_make_client to use sentinel for that case.

[1] - https://github.com/andymccurdy/redis-py#sentinel-support

Change-Id: Ia8cc98e701435fd0231da3724f5d7108fc4f96f4
2020-08-05 17:03:25 +04:00
..
action_engine Switch from unittest2 compat methods to Python 3.x methods 2020-07-05 20:04:04 +08:00
jobs Add sentinel redis support 2020-08-05 17:03:25 +04:00
patterns Switch from unittest2 compat methods to Python 3.x methods 2020-07-05 20:04:04 +08:00
persistence Use assertIs(Not)None to check for None 2016-11-07 16:50:39 +08:00
worker_based Fix invalid json unit test 2018-02-08 17:13:05 +00:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
test_arguments_passing.py Allow for revert to have a different argument list from execute 2016-02-26 13:45:33 -06:00
test_check_transition.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_conductors.py Make conductor.stop stop the running engine gracefully 2016-05-03 12:59:18 -05:00
test_deciders.py Allow for alterations in decider 'area of influence' 2016-01-09 22:42:17 -08:00
test_engine_helpers.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_engines.py Update URLs in documents according to document migration 2017-07-13 12:05:18 +08:00
test_exceptions.py Ensure we don't get stuck in formatting loops 2015-04-08 15:22:46 -07:00
test_failure.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_flow_dependencies.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_formatters.py Fix '_cache_get' multiple keyword argument name overlap 2015-09-17 10:24:26 -07:00
test_functor_task.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_listeners.py python3.0 has deprecated LOG.warn 2017-03-07 09:29:26 +00:00
test_mapfunctor_task.py Added a map and a reduce task 2015-03-12 12:22:06 -07:00
test_notifier.py Add a 'can_be_registered' method that checks before notifying 2014-12-15 19:19:18 -08:00
test_progress.py Fix order of assertEqual for unit.test_* 2015-10-17 18:42:49 -07:00
test_reducefunctor_task.py Added a map and a reduce task 2015-03-12 12:22:06 -07:00
test_retries.py Switch from unittest2 compat methods to Python 3.x methods 2020-07-05 20:04:04 +08:00
test_states.py Add strict job state transition checking 2015-04-16 12:08:30 -07:00
test_storage.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_suspend.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_task.py Replace assertRaisesRegexp with assertRaisesRegex 2017-06-03 13:40:12 +07:00
test_types.py Update TaskFlow for networkx 2.x 2019-10-18 18:11:44 -07:00
test_utils.py Replace assertEqual(None, *) with assertIsNone in tests 2016-07-12 11:46:19 +08:00
test_utils_async_utils.py Bump futurist and remove waiting code in taskflow 2015-07-25 18:54:22 -07:00
test_utils_binary.py Fix order of assertEqual for unit.test_* 2015-10-17 18:42:49 -07:00
test_utils_iter_utils.py Fix wrong usage of iter_utils.unique_seen 2016-01-09 22:42:17 -08:00
test_utils_threading_utils.py Remove 2.6 classifier + 2.6 compatibility code 2015-06-21 09:39:12 -07:00