Pipelining for Oracle Client#1434
Conversation
|
I have implemented tests in #1434 1769e9f using PipeliningQueryTestBase.java. I'm facing this issue with this test case. In this test case, it prepares and executes different queries in a loop. It expects the prepare+execute operations to get executed in order. but with my implementation it doesn't get executed in order. Im trying to fix this issue |
|
@sudaraka94 how is going your investigation with the prepare+execute case ? |
|
Hello @vietj I sent you an email with the info, let me add it here as well. Right now I have implemented pipelining and tests (by extending PipeliningQueryTestBase). But there were a few test failures and I spent some time trying to understand why. But I think I might need some help in figuring out whether we should fix the tests or ignore them. Let me summarize the concerns I am having below,
|
|
@sudaraka94 do you still have some time to work on this? I can help you land the PR. In this case, can you rebase it first? Thank you |
Hello @tsegismont , I will try to do that as soon as I get some time and get back to you. |
|
@sudaraka94 thank you! Do you have a a rough idea about when? |
fixes #1352
Motivation:
Since release 23C, Oracle started supporting pipelined operations (ref). This PR adds pipelined execution support for vertx-oracle-client
Conformance:
You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines