Fix atomic reads in statusstring #1120
Annotations
10 errors
|
rare
RUN (line 51): filter -n 5 --match "(\d{3}) (\d+)" -e "{1} {2}" cmd/testdata/access.txt
|
|
rare
DONE: err=<nil>; stderr=Matched: 5 / 5
|
|
rare
RUN (line 40): filter -n 5 --dissect "HTTP/1.1%{} %{code} %{size}" -e "Code: {code}" cmd/testdata/access.txt
|
|
rare
DONE: err=<nil>; stderr=Matched: 2 / 3 (Ignored: 1)
|
|
rare
Copying 25 bytes to stdin
|
|
rare
RUN (line 26): filter --match "(\d+)" --ignore "{gt {1} 10}" -e "{multi {1} 2}" -
|
|
rare
DONE: err=<nil>; stderr=Matched: 200 / 200
|
|
rare
RUN (line 19): filter --match "(\d{3}) (\d+)" cmd/testdata/access.txt cmd/testdata/access.txt cmd/testdata/access.txt cmd/testdata/access.txt
|
|
rare
DONE: err=<nil>; stderr=Matched: 5 / 5
|
|
rare
RUN (line 8): filter -n 5 --match "(\d{3}) (\d+)" cmd/testdata/access.txt
|