We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to fix this test since it fails on occasion with:
--- FAIL: TestStream_Union (0.01s) streamer_test.go:1796: digraph TestStream_Union { stream0 -> stream3; stream0 -> stream2; stream0 -> stream1; stream1 -> union4; stream2 -> union4; stream3 -> union4; union4 -> window5; window5 -> map6; map6 -> reduce7; reduce7 -> http_out8; } streamer_test.go:1869: unexpected series values: i: 0 exp [[1971-01-01 00:00:10 +0000 UTC 24]] got [[1971-01-01 00:00:10 +0000 UTC 23]]
Looks like a data point is being dropped or something.
The text was updated successfully, but these errors were encountered:
Successful run looks like this:
--- PASS: TestStream_Union (0.10s) streamer_test.go:1872: digraph TestStream_Union { stream0 -> stream1 [label="63"]; stream0 -> stream2 [label="63"]; stream0 -> stream3 [label="63"]; stream1 -> union4 [label="9"]; stream2 -> union4 [label="12"]; stream3 -> union4 [label="9"]; union4 -> window5 [label="30"]; window5 -> map6 [label="1"]; map6 -> reduce7 [label="1"]; reduce7 -> http_out8 [label="1"]; } PASS
Sorry, something went wrong.
0a68197
No branches or pull requests
Need to fix this test since it fails on occasion with:
Looks like a data point is being dropped or something.
The text was updated successfully, but these errors were encountered: