Edward Ribeiro
Edward Ribeiro
@schedutron @ChTimTsubasa My bad! I was rebasing with current master late last night and didn't see this "little" detail. Thanks for pointing out. update: gonna fix the new test asap...
@tcm-marcel yes, gonna change the PR tomorrow. Thanks for the review @ChTimTsubasa!
@ChTimTsubasa ~Could you please give me some pointers about adding the JDBC test? Which file should I insert this new test? There's an automated way of testing the jdbc tests...
Ok, I am gonna add those tests asap. Btw, I was able to get the a basic jdbc tests running. Some observations below when running with the following JDBC URL:...
@ChTimTsubasa Firstly, thanks for the patience and support. Well, I have added a quite simple test -- simple_connection_test.cpp -- in test/network directory. It tries two connections with a invalid and...
Related to #1164
Sincere question: isn't this issue finished by @apavlo?
@apavlo This change addresses https://github.com/oltpbenchmark/oltpbench/issues/239 I left some comments on the issue.
In fact, jsr166y.LinkedTransferQueue is not a subclass of AbstractTransferQueue (hence the ClassCastException). jsr166y.LTQ inherits of java.util.AbstractQueue instead.
@EricBorczuk I'd love to implement this, but I have some questions concerning the use of C* unlogged/logged batches, that was the first thing that came to my mind when thinking...