GitHub user emlaver opened a pull request:
https://github.com/apache/bahir/pull/57
[BAHIR-128][WIP] fix failing sql-cloudant test
_What_
Fix test that's failing sporadically in sql-cloudant's
`CloudantChangesDFSuite`.
_How_
- Call stop in receiver when _changes feed completes
- Improve performance and decrease testing time by setting batch size to 8
seconds
- Use getResource to load json files path
See [BAHIR-128](https://issues.apache.org/jira/browse/BAHIR-128)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/emlaver/bahir
128-fix-failing-sql-cloudant-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bahir/pull/57.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #57
----
commit cab516bbf42a5a40d7fa4f7d1813772ecd39105c
Author: Esteban Laver <[email protected]>
Date: 2017-09-08T14:33:26Z
- Call stop in receiver when _changes feed completes
- Improved performance and decrease testing time by setting batch size to 8
seconds
- Use getResource to load json files path
----
---