From 02fe38e1f74a61f900ff5d8a4e2d5870ba737386 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 28 May 2020 10:05:04 +0100 Subject: 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 --- build/scripts/build-test-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/scripts') 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 ./... -- cgit v1.2.3