summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/executor_threading_service
Commit message (Collapse)AuthorAgeFilesLines
* Move tracking of num field writer threads from ThreadingServiceConfig to ↵Geir Storli2022-05-181-8/+3
| | | | | | SharedThreadingServiceConfig. This is a follow-up for when the shared field writer executor is used across all document dbs.
* Remove unused code after the shared field writer is used for all document dbs.Geir Storli2022-05-161-33/+5
|
* Wire in the real clcok and use an explicit RequestContext instead of the ↵Henning Baldersheim2022-03-071-0/+1
| | | | dummy FakeRequestContext intended only for tests.
* Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""Henning Baldersheim2022-02-232-3/+6
|
* Revert "Revert "Revert "Use common tranport for TlsClient"""Harald Musum2022-02-232-6/+3
|
* Revert "Revert "Use common tranport for TlsClient""Henning Baldersheim2022-02-222-3/+6
|
* Revert "Use common tranport for TlsClient"Harald Musum2022-02-222-6/+3
|
* - Use common tranport for TlsClient.Henning Baldersheim2022-02-222-3/+6
| | | | - Also refactor to simplify unit tests.
* Use new InvokerService for doing wakeup calls at regular intervals.Henning Baldersheim2021-11-301-0/+1
|
* Add support for using a shared field writer executor among all document dbs.Geir Storli2021-11-291-0/+16
| | | | This is currently controlled with a feature flag setting a proton config to turn it on.
* Add support for blocking external feed operations when the document db ↵Geir Storli2021-11-171-0/+12
| | | | | | master thread has reached its task limit. Turning this functionality on/off is controlled by proton config (default off).
* Add support for using a shared field writer executor inside the threading ↵Geir Storli2021-11-042-0/+88
service for a document db.