Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public class ConsoleAsyncInsertTest {
static final String DATABASE_NAME = "ConsoleAsyncInsertTest";
static final int PARALLEL_LEVEL = 6;
static final String RECORD_TIME_FORMAT_PATTERN = "yyyyMMdd'_'HHmmss.SSSSSS";
final String userName = "root";
final String password = com.arcadedb.server.BaseGraphServerTest.DEFAULT_PASSWORD_FOR_TESTS;
static final String userName = "user";
static final String password = com.arcadedb.server.BaseGraphServerTest.DEFAULT_PASSWORD_FOR_TESTS;

AtomicInteger autoIncrementOrderId = new AtomicInteger(0);

Expand Down