Searched refs:DEBUGOUT (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java99 TestUtils.DEBUGOUT(1, "got expected exception: " + dbe);
122 TestUtils.DEBUGOUT(2, "got expected exception: " + dbe2);
133 TestUtils.DEBUGOUT(2, "recoveryFeedback callback invoked. percent: " + percent);
137 TestUtils.DEBUGOUT(2, "upgradeFeedback callback invoked. percent: " + percent);
141 TestUtils.DEBUGOUT(2, "verifyFeedback callback invoked. percent: " + percent);
149 TestUtils.DEBUGOUT(2, "panic callback invoked. exception: " + e);
157 TestUtils.DEBUGOUT(2, "error callback invoked, errpfx: \"" + errpfx + "\", msg: \"" + msg + "\"");
H A DAppendRecnoTest.java76 TestUtils.DEBUGOUT("\n*** Iteration " + i );
86 TestUtils.DEBUGOUT("dbe: " + dbe);
89 TestUtils.DEBUGOUT("ArrayIndex: " + e);
92 TestUtils.DEBUGOUT(3, "appendRecordNumber callback exception or non-exception condition dealt with incorrectly. Case " + callback_count);
100 TestUtils.DEBUGOUT("Dbc.get");
105 TestUtils.DEBUGOUT(1, readkey.getRecno() + " : " + gotString);
108 TestUtils.DEBUGOUT(3, "Recno iteration out of order. key: " + readkey.getRecno() + " item: " + itemcount);
115 TestUtils.DEBUGOUT(3, "Recno - stored data mismatch. Expected: " + EXPECTED_ENTRIES[itemcount-1] + " received: " + gotString);
127 TestUtils.DEBUGOUT("AppendRecnoTest::appendRecordNumber. data " + new String(data.getData()) + " recno: " + recno);
141 TestUtils.DEBUGOUT("throwin
[all...]
H A DTestUtils.java38 public static void DEBUGOUT(String s) method in class:TestUtils
40 DEBUGOUT(1, s);
43 public static void DEBUGOUT(int importance, String s) method in class:TestUtils
70 DEBUGOUT(1, "File \"" + name + "\" still exists after check_file_removed\n");
88 DEBUGOUT(1, "TestUtil::removeall exception caught: " + dbe);
91 DEBUGOUT(1, "TestUtil::removeall exception caught: " + dbe);
109 DEBUGOUT(1, "TestUtils::removeall removing: " +remainingfiles[i]);
113 DEBUGOUT(3, "TestUtils::removeall warning, file: " + remainingfiles[i] + " remains in directory after cleanup.");
137 TestUtils.DEBUGOUT(4, "Warning: error encountered removing directory.\n" + e);
177 DEBUGOUT(
[all...]
H A DRepmgrElectionTest.java92 TestUtils.DEBUGOUT(1, "Creating worker: " + threadNumber);
107 TestUtils.DEBUGOUT(2, "Warning: initialization had a problem creating a clean directory.\n"+e);
173 TestUtils.DEBUGOUT(1, "Started replication site: " + threadNumber);
191 TestUtils.DEBUGOUT(1, "Got a REP_MASTER message");
192 TestUtils.DEBUGOUT(1, "My priority: " + priorities[threadNumber]);
196 TestUtils.DEBUGOUT(1, "Got a REP_CLIENT message");
200 TestUtils.DEBUGOUT(1, "Got a REP_NEW_MASTER message");
201 TestUtils.DEBUGOUT(1, "My priority: " + priorities[threadNumber]);
H A DRepmgrConfigTest.java124 TestUtils.DEBUGOUT(2, "Warning: initialization had a problem creating a clean directory.\n" + e);
261 TestUtils.DEBUGOUT(3, "Unexpected FNFE in standard environment creation." + e);
267 TestUtils.DEBUGOUT(3, "Unexpected DB exception from Environment create." + dbe);
271 TestUtils.DEBUGOUT(3, "Unexpected DB exception from setRepRequest." + iae);
284 TestUtils.DEBUGOUT(3, "Unexpected database exception came from replicationManagerStart." + dbe);
288 TestUtils.DEBUGOUT(3, "Unexpected IllegalArgumentException came from replicationManagerStart." + iae);
292 TestUtils.DEBUGOUT(3, "Unexpected NullPointerException came from replicationManagerStart." + npe);
296 TestUtils.DEBUGOUT(3, "Unexpected AssertionError came from replicationManagerStart." + ae);
303 TestUtils.DEBUGOUT(3, "Unexpected IllegalArgumentException." + iae);
307 TestUtils.DEBUGOUT(
[all...]
H A DRepmgrStartupTest.java52 TestUtils.DEBUGOUT(2, "Warning: initialization had a problem creating a clean directory.\n" + e);
103 TestUtils.DEBUGOUT(2, "Warning: shutdown had a problem cleaning up test directory.\n" + e);
200 TestUtils.DEBUGOUT(1, "Got a REP_MASTER message");
204 TestUtils.DEBUGOUT(1, "Got a REP_CLIENT message");
208 TestUtils.DEBUGOUT(1, "Got a REP_NEW_MASTER message");
H A DAssociateTest.java104 TestUtils.DEBUGOUT(2, "Key: " + curdata + " already exists\n");
144 TestUtils.DEBUGOUT(2, "seckey: " + new String(seckey.getData()) + " secdata: " +
152 TestUtils.DEBUGOUT(2, "seckey: " + new String(seckey.getData()) + " secdata: " +
168 TestUtils.DEBUGOUT(2, "seckey: " + new String(seckey.getData()) + " secdata: " +
176 TestUtils.DEBUGOUT(2, "seckey: " + new String(seckey.getData()) + " secdata: " +
223 TestUtils.DEBUGOUT(2, "secondaryKeyCreate, Db: " + TestUtils.shownull(secondary) + "(" + which + "), key: " + keystring + ", data: " + datastring);
237 TestUtils.DEBUGOUT(2, " creating key(1): " + new String(arr, 1, len-1));
243 TestUtils.DEBUGOUT(2, " creating key(2): " + (new String(arr)).substring(1).
H A DClosedDbTest.java75 TestUtils.DEBUGOUT(1, "Got expected exception from db.get on closed database.");
H A DDatabaseTest.java279 TestUtils.DEBUGOUT("Put: " + (char)outbuf[0] + ": " + new String(outbuf, 0, i));
296 TestUtils.DEBUGOUT("Dbc.get");
302 TestUtils.DEBUGOUT("Got: " + key_string + ": " + data_string);
342 TestUtils.DEBUGOUT("options.save_db " + options.save_db + " options.database " + options.database);
H A DPartialGetTest.java240 TestUtils.DEBUGOUT(0, "data1: " +data1.substring(0, 12));
241 TestUtils.DEBUGOUT(0, "data2: " +data2.substring(0, 12));
H A DEncryptTest.java114 TestUtils.DEBUGOUT(1, "EncryptTest findData file length: " + buf.length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestConstruct01.cpp52 #define DEBUGOUT(a) cout << a << "\n" macro
54 #define DEBUGOUT(a) macro
125 DEBUGOUT("Put: " << outbuf);
138 DEBUGOUT("Got: " << key_string << ": " << data_string);

Completed in 114 milliseconds