OpenSlides/tests/integration
Oskar Hahn dd4754d045 Disable the future-lock when updating the restircted data cache
Before this commit, there where two different locks when updating the restricted
data cache. A future lock, what is faster but only works in the same thread. The
other lock is in redis, it is not so fast, but also works in many threads.

The future lock was buggy, because on a second call of update_restricted_data
the same future was reused. So on the second run, the future was already done.

I don't see any way to delete. The last client would have to delete it, but there
is no way to find out which client the last one is.
2019-03-04 21:37:00 +01:00
..
agenda Fixed deletion of agenda items. 2019-02-25 11:29:01 +01:00
assignments use f-string syntax for strings 2019-01-18 17:37:36 +01:00
core more work on projector, countdowns, clos 2019-01-29 16:10:21 +01:00
mediafiles use f-string syntax for strings 2019-01-18 17:37:36 +01:00
motions Fixed on_delete field attr. Fixed #4405 2019-03-01 20:53:01 +01:00
test_plugin Run black 2019-01-08 21:51:52 +01:00
topics use f-string syntax for strings 2019-01-18 17:37:36 +01:00
users use f-string syntax for strings 2019-01-18 17:37:36 +01:00
utils Disable the future-lock when updating the restircted data cache 2019-03-04 21:37:00 +01:00
__init__.py New Test order. 2015-01-24 18:00:03 +01:00
helpers.py (Current) list of speaker slide 2019-02-22 10:40:28 +01:00