summaryrefslogtreecommitdiffstats
path: root/test/test.hpp
Commit message (Collapse)AuthorAgeFilesLines
* wsd: test: print correct binary name on failureAshod Nakashian2022-08-171-1/+1
| | | | | Change-Id: I93ebe0c0e39928717e1b53becc010a334ce7bf09 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
* rename: remaining lool->cool changesAndras Timar2021-11-181-2/+2
| | | | | Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ib7d4e804bebe52dead8d53b0e0bbaed0f08bf3d0
* admin: add support for lost kits cleanupGabriel Masei2021-04-011-5/+5
| | | | | Signed-off-by: Gabriel Masei <gabriel.masei@1and1.ro> Change-Id: I31969196aa138b6da964c867679ec23f34c89fd0
* fix license headersAndras Timar2020-10-011-2/+0
| | | | Change-Id: I8623770b32d278a45357dc7f757fabfadd2b4af7
* Use #pragma onceTor Lillqvist2020-04-181-4/+1
| | | | | | | | | | LibreOffice core uses that, too, and we support an even more restricted set of compilers. Change-Id: I0d0e2c8608e323eb5ef0f35ee8c46d02ab49a745 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92467 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
* test: dung out redundant LOOL_TEST_CLIENT_PORT.Michael Meeks2020-01-211-0/+3
| | | | | | And cleanup other related oddities. Change-Id: I2d179a2ece6a8553e10e406ad4e5da08a2ff58e5
* typo fixes in comments and codeAndras Timar2019-10-081-1/+1
| | | | Change-Id: Idd98516d30d98dea18eda9bbec8ac9777063b553
* wsd: improved kit thread namingAshod Nakashian2019-09-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Now the wsd docbroker thread and its peer kit thread are trivial to match, since they are called docbroker_xxx and kitbroker_xxx (where xxx is the instance ID) respectively. Also, label spare kit instances as kit_spare_xxx to differentiate from ones with actual documents, where xxx is a running counter to differentiate spare instances from one another. Now we are able to easily see (and count) the number of spare kit instances, and match wsd and kit threads handling a given document. Unit-test logic updated to reflect the new thread naming scheme. Change-Id: I154dc8f200fbe0e65f3f5984e6dad2cef1b52e22 Reviewed-on: https://gerrit.libreoffice.org/79328 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
* Implement more reliable in-process short-cuts.Michael Meeks2017-09-191-0/+2
| | | | Change-Id: Icdfa71affad147c29df175ae687cbecc3f1f171b
* Re-factor pid hunting code into test.cpp where we can do better.Michael Meeks2017-09-191-0/+11
| | | | | | Prepare the ground for using WSD hooks for this. Change-Id: I5c3e32396b335ad189472ab3a51044372ee304b2
* Run old-style unit tests as a new-style unit test.Michael Meeks2017-06-021-0/+21
This moves the code into the same process, for easier logging & debugging. Disabled initially. Change-Id: Id48b5649ba14deb0a2159ca59e321c7d0ae66dad