You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by prateekm <gi...@git.apache.org> on 2018/05/10 17:33:56 UTC

[GitHub] samza pull request #514: Fixed test failure for TestRocksDbKeyValueStoreJava...

GitHub user prateekm opened a pull request:

    https://github.com/apache/samza/pull/514

    Fixed test failure for TestRocksDbKeyValueStoreJava#testPerf

    Iterators (incl. those obtained from snapshots) must be closed before store close.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prateekm/samza rocksdb-test-fi

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/514.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 #514
    
----
commit 93fb295e684aa7cb2571cad663ba38377cd165ed
Author: Prateek Maheshwari <pm...@...>
Date:   2018-05-10T02:15:08Z

    Fixed test failure for TestRocksDbKeyValueStoreJava#testIterate

commit be117930dd4b91803c286772d8491fe6e281a6a0
Author: Prateek Maheshwari <pm...@...>
Date:   2018-05-10T17:33:02Z

    Fixed test failure for TestRocksDbKeyValueStoreJava#testPerf

----


---

[GitHub] samza pull request #514: Fixed test failure for TestRocksDbKeyValueStoreJava...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/514


---