Skip to content

Commit

Permalink
refactor: moved some tests from old tinkerp graph API to OrientDB gra…
Browse files Browse the repository at this point in the history
…ph API
  • Loading branch information
tglman committed Feb 12, 2024
1 parent e788c25 commit 9ce1314
Show file tree
Hide file tree
Showing 7 changed files with 250 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public class ConcurrentSQLBatchUpdateSuperNodeTest extends DocumentDBBaseTest {
private static final int THREADS = 256;
private static final int MAX_RETRIES = 100;
private final AtomicLong counter = new AtomicLong();
private boolean mvccEnabled;
private long startedOn;
private AtomicLong totalRetries = new AtomicLong();

@Parameters(value = "url")
Expand Down Expand Up @@ -147,7 +145,6 @@ public void concurrentOptimisticUpdates() throws Exception {
// System.out.println("Started Test OPTIMISTIC Batch Update against SuperNode");

counter.set(0);
startedOn = System.currentTimeMillis();

OrientBaseGraph graphPool = new OrientGraph(url);

Expand Down Expand Up @@ -195,7 +192,6 @@ public void concurrentPessimisticUpdates() throws Exception {
// System.out.println("Started Test PESSIMISTIC Batch Update against SuperNode");

counter.set(0);
startedOn = System.currentTimeMillis();

OrientBaseGraph graphPool = new OrientGraph(url);

Expand Down
Loading

0 comments on commit 9ce1314

Please sign in to comment.