-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure stream stats are added in all cases, improve test coverage
This commit fixes a bug where, when a non-terminal chunk of a stream finishes (i.e. the stream will not be EOF even after consuming all the chunks' results) the chunk stats aren't added to the stream stats. As well, a few additional test cases are added and some small subtle problems with the testing framework are corrected. Testing: ``` $ go test -count=1000 -timeout=20m PASS ok github.com/gogama/incite 761.134s $ go version go version go1.15.6 windows/amd64 ```
- Loading branch information
Showing
2 changed files
with
141 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters