diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-05-28 10:05:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:05:04 +0100 |
commit | 02fe38e1f74a61f900ff5d8a4e2d5870ba737386 (patch) | |
tree | 081fd9a3c215770cea3de4a58399ae67585eeabc /build/scripts | |
parent | 57841fc35ebb6f591903e20694dad3548bf71ce8 (diff) |
Per-user-per-device sync streams (#1068)
* Per-user-per-device sync streams
* Tweaks
* Tweaks
* Pass full device into CompleteSync
* Set user IDs and device IDs properly in tests
* Add new test, fix TestNewEventAndWasPreviouslyJoinedToRoom
* nolint a function that is not used yet
* Add test for waking up single device
* Hopefully unstick test
* Try to ensure that TestCorrectStreamWakeup doesn't block forever
* Update tests
Diffstat (limited to 'build/scripts')
-rwxr-xr-x | build/scripts/build-test-lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/build-test-lint.sh b/build/scripts/build-test-lint.sh index d2b2b4b1..4b18ca2f 100755 --- a/build/scripts/build-test-lint.sh +++ b/build/scripts/build-test-lint.sh @@ -13,4 +13,4 @@ go build ./cmd/... ./scripts/find-lint.sh echo "Testing..." -go test ./... +go test -v ./... |