pantalaimon/tests
Damir Jelić f2415738f3 ui: Don't load the devices from the store.
The device list in the UI thread is replicated so we can show UI clients
the list without the need for a lock.

The previous implementation relied on loading and reloading of the device
list from the store every time an event changed either the devices or their
trust state.

This leads to a couple of ineficiencies leading to timeouts while
waiting on the database lock if a user has a large number of devices.

The new implementation never loads devices in the UI thread from the
database, they get passed through the thread queue by the main thread
which already holds them in memory.
2019-07-01 18:19:30 +02:00
..
data tests: Test pan client syncs. 2019-06-19 11:57:01 +02:00
conftest.py ui: Don't load the devices from the store. 2019-07-01 18:19:30 +02:00
proxy_test.py ui: Don't load the devices from the store. 2019-07-01 18:19:30 +02:00
store_test.py tests: Make the indexstore test async. 2019-06-19 12:01:11 +02:00