Skip to content
New issue

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

TestStream_Union is flaky. #114

Closed
nathanielc opened this issue Dec 22, 2015 · 1 comment
Closed

TestStream_Union is flaky. #114

nathanielc opened this issue Dec 22, 2015 · 1 comment

Comments

@nathanielc
Copy link
Contributor

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.

@nathanielc
Copy link
Contributor Author

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

@nathanielc nathanielc changed the title TestStream_Union is falky. TestStream_Union is flaky. Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant