jkosh44 commented on a change in pull request #1001: [WIP] - Issue 978
URL: https://github.com/apache/fluo/pull/1001#discussion_r164278069
##########
File path:
modules/integration/src/test/java/org/apache/fluo/integration/TestTransaction.java
##########
@@ -137,11 +137,13 @@ public boolean preCommit(CommitData cd, RowColumn
primary) {
return tx.preCommit(cd, primary);
}
+ // TODO - do we still want to test like this with the new format?
Review comment:
This was before I had changed the testing methods to behave the way they do
now. These Todo's aren't relevant anymore, I've removed them.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services