]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Don't run TestCompletedPieceWrongSize in parallel because it messes up logs
authorMatt Joiner <anacrolix@gmail.com>
Sun, 21 Feb 2016 13:31:06 +0000 (00:31 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 21 Feb 2016 13:31:06 +0000 (00:31 +1100)
client_test.go

index d9751c766abf93af7406ec0ef0e1fb1a10d0b6e6..1ededad24b6ee09a090418462fa67e33d3c87f02 100644 (file)
@@ -470,7 +470,6 @@ func (me badData) ReadAt(b []byte, off int64) (n int, err error) {
 
 // We read from a piece which is marked completed, but is missing data.
 func TestCompletedPieceWrongSize(t *testing.T) {
-       t.Parallel()
        cfg := TestingConfig
        cfg.TorrentDataOpener = func(*metainfo.Info) Data {
                return badData{}