From 48b7d45959d40cc129991a191a6aa3167412bd9e Mon Sep 17 00:00:00 2001 From: Joseph Date: Mon, 12 Dec 2022 06:49:13 -0500 Subject: some modifications in sql code --- src/exchangedb/test_exchangedb_by_j.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/exchangedb/test_exchangedb_by_j.c') diff --git a/src/exchangedb/test_exchangedb_by_j.c b/src/exchangedb/test_exchangedb_by_j.c index 834373b5..3b9b0eea 100644 --- a/src/exchangedb/test_exchangedb_by_j.c +++ b/src/exchangedb/test_exchangedb_by_j.c @@ -92,17 +92,6 @@ run (void *cls) goto cleanup; } - for (unsigned int i = 0; i< 7; i++) - - if (GNUNET_OK != - plugin->setup_partitions (plugin->cls, - num_partitions)) - { - GNUNET_break (0); - result = 77; - goto cleanup; - } - for (unsigned int i = 0; i< 8; i++) { @@ -134,7 +123,7 @@ run (void *cls) reserves[k].wire_reference = k; } FAILIF (batch_size != - plugin->batch_reserves_in_insert (plugin->cls, + plugin->batch2_reserves_in_insert (plugin->cls, reserves, batch_size, results)); -- cgit v1.2.3