Skip to content

Tests fail on Windows #34

@bbigras

Description

@bbigras

go version go1.3 windows/amd64
Windows 7 64 bits

Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus. mean The process can't access the file because it's used by another process.

go test
2014/06/26 09:39:29 Waiting for /no/such/file to appear...
2014/06/26 09:39:29 Waiting for _no_such_file to appear...
--- FAIL: TestMaxLineSize (0.10 seconds)
        tail_test.go:356: remove .test/maxlinesize/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
--- FAIL: TestOver4096ByteLine (0.10 seconds)
        tail_test.go:356: remove .test/Over4096ByteLine/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.

--- FAIL: TestOver4096ByteLineWithSetMaxLineSize (0.10 seconds)
        tail_test.go:356: remove .test/Over4096ByteLineMaxLineSize/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre
 processus.
--- FAIL: TestLocationFull (0.10 seconds)
        tail_test.go:356: remove .test/location-full/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
2014/06/26 09:39:29 Stopping tail as file no longer exists: .test/location-full/test.txt
2014/06/26 09:39:29 Re-opening truncated file .test/maxlinesize/test.txt ...
2014/06/26 09:39:29 Successfully reopened truncated .test/maxlinesize/test.txt
2014/06/26 09:39:29 Stopping tail as file no longer exists: .test/Over4096ByteLine/test.txt
2014/06/26 09:39:29 Re-opening truncated file .test/Over4096ByteLineMaxLineSize/test.txt ...
2014/06/26 09:39:29 Successfully reopened truncated .test/Over4096ByteLineMaxLineSize/test.txt
2014/06/26 09:39:29 Seeked .test/location-end/test.txt - &{Offset:0 Whence:2}
--- FAIL: TestLocationEnd (0.20 seconds)
        tail_test.go:356: remove .test/location-end/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
2014/06/26 09:39:30 Re-opening truncated file .test/location-end/test.txt ...
2014/06/26 09:39:30 Successfully reopened truncated .test/location-end/test.txt
2014/06/26 09:39:30 Seeked .test/location-end/test.txt - &{Offset:-6 Whence:2}
--- FAIL: TestLocationMiddle (0.21 seconds)
        tail_test.go:356: remove .test/location-end/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
--- FAIL: TestReOpenInotify (0.10 seconds)
        tail_test.go:356: remove .test/reopen-inotify/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
--- FAIL: TestReOpenPolling (0.30 seconds)
        tail_test.go:356: remove .test/reopen-polling/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
2014/06/26 09:39:30 Re-opening truncated file .test/reseek-inotify/test.txt ...
2014/06/26 09:39:30 Successfully reopened truncated .test/reseek-inotify/test.txt
--- FAIL: TestReSeekInotify (0.20 seconds)
        tail_test.go:356: remove .test/reseek-inotify/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
--- FAIL: TestReSeekPolling (0.20 seconds)
        tail_test.go:356: remove .test/reseek-polling/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
2014/06/26 09:39:31 Leaky bucket full (.test/rate-limiting/test.txt); entering 1s cooloff period.
2014/06/26 09:39:31 Re-opening truncated file .test/reseek-polling/test.txt ...
2014/06/26 09:39:31 Successfully reopened truncated .test/reseek-polling/test.txt
2014/06/26 09:39:32 Leaky bucket full (.test/rate-limiting/test.txt); entering 1s cooloff period.
--- FAIL: TestRateLimiting (1.30 seconds)
        tail_test.go:356: remove .test/rate-limiting/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
2014/06/26 09:39:32 Seeked .test/tell-position/test.txt - &{Offset:0 Whence:0}
2014/06/26 09:39:32 Seeked .test/tell-position/test.txt - &{Offset:12 Whence:0}
--- FAIL: TestTell (0.00 seconds)
        tail_test.go:356: remove .test/tell-position/test.txt: Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus.
FAIL
exit status 1
FAIL    github.com/ActiveState/tail     3.369s

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions