Skip to content

Commit

Permalink
Worker test fix bugs when closing sockets4
Browse files Browse the repository at this point in the history
  • Loading branch information
PanagiotisDrakatos committed Oct 10, 2023
1 parent bcb9589 commit 4a78744
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public class RPCWorkerTest {

@BeforeAll
public static void setup() {
//delete_test();
delete_test();
}


//MAKE SURE CAHCEHCD EVENTLOOP START HERE OR ON WORKER TEST
@Test
//@Test
public void test() throws IOException, InterruptedException {
DatabaseInstance instance = DatabaseInstance.ZONE_0_TRANSACTION_BLOCK;
IDatabase<String, TransactionBlock> database = new DatabaseFactory(String.class, TransactionBlock.class).getDatabase(DatabaseType.ROCKS_DB, instance);
Expand Down

0 comments on commit 4a78744

Please sign in to comment.