Skip to content

Commit 9c1f119

Browse files
Migrate Testkit backend to Netty implementation (#994)
* Migrate Testkit backend to Netty implementation * Remove unnessary Optional in processAsync. This brings both sync and asynchronous paths in TestKitState in symmetry. In addition, I noticed that the transaction related tests behaved differently in sync and async (when a tx is not found). I fixed that. * Remove redundant lines Co-authored-by: Michael Simons <[email protected]>
1 parent ef80d79 commit 9c1f119

36 files changed

+261
-694
lines changed

testkit-backend/src/main/java/neo4j/org/testkit/backend/AsyncBackendServer.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

testkit-backend/src/main/java/neo4j/org/testkit/backend/BackendServer.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

testkit-backend/src/main/java/neo4j/org/testkit/backend/CommandProcessor.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)