0 Collaborator |
5eaa20d3c0f79d37fbf5b073d9fb51f52da06c45 | Author: Philip <ptnapoleon@gmail.com> | 2015-09-08 12:32:06-04:00 Ignore 2.1 errors on non-upgraded node in mixed version cluster.
8d38915c5d04f36e253ac6562556af75df80b9a3 | Author: Philip <ptnapoleon@gmail.com> | 2015-09-04 13:07:10-04:00 Mark logs AFTER shutdown on windows upgrade
0a130c859c3e9a26a4f745a121502e716f9caef1 | Author: Philip <ptnapoleon@gmail.com> | 2015-08-10 12:01:19-04:00 Don't regex output if there is none for json_test
bc7cd1fa4076d23fb72bd71d7a35a4d74fdc4df6 | Author: Philip <ptnapoleon@gmail.com> | 2015-08-05 12:39:50-04:00 Use platform portable urandom access
490875f6ca532c849e978b0f0b1266f2eca361d3 | Author: Philip <ptnapoleon@gmail.com> | 2015-08-04 16:55:37-04:00 Clean windows line endings on all tests
478731bc830b62453a3b3996bf9dd0bfd1f6c2a6 | Author: Philip <ptnapoleon@gmail.com> | 2015-08-03 15:50:21-04:00 Realize the function is actually a decorator Then use it correctly
96da6e879b0316aa04b9ad9252ebb0ad5dc96729 | Author: Philip <ptnapoleon@gmail.com> | 2015-08-03 13:01:17-04:00 Wait for compactions, so our assumptions about levels are valid
67cc62ab4a645239119eee6272a94959a70a66a3 | Author: Philip <ptnapoleon@gmail.com> | 2015-07-31 12:54:39-04:00 Don't make assumptions about nodetool behavior on windows
fd950750a7434d0c553f42bba33c3aa468b105d8 | Author: Philip <ptnapoleon@gmail.com> | 2015-07-31 11:25:04-04:00 Don't delete tempfiles on windows. Causes access issues
5f149e09fbbea2145bafcfcb27bad56818c158e0 | Author: Philip <ptnapoleon@gmail.com> | 2014-10-06 13:29:09-05:00 Do not delete last_test_dir with file handle open Previous behavior does not work on windows.
23e1f7d9fcfffee4522e3185a05176e5b045075b | Author: Philip <ptnapoleon@gmail.com> | 2014-08-22 12:06:15-05:00 Delay thrift calls until node startup
c42e29732baa0023d1620c72548cb90e74c79905 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-06 16:52:12-05:00 Check if windows before symlinking
ae2ed2d3e6bed8622ae615d94a2c8a7e2a94f8b1 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-06 16:09:46-05:00 Use more reasonable start pause
ea3a5253a725462ec63bbe75e0cea6a2878f9578 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-06 16:02:18-05:00 Pause until node startup
76b20b0effcfc405c150ca0a6085a594e5bdacc0 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-06 15:18:40-05:00 Use platform neutral sstableloader
93d4145ec8e1bc217c6f82090bccc75c71720960 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-06 11:58:35-05:00 Added fix for windows error On windows, stress was connecting before the node was up. Adding a patient connection rectifies that. Comments added to explain.
133502675b304a99a2214d6981989ad27fa8bcc7 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-01 12:27:46-05:00 Fixed windows newlines Expecting CR, was getting CRLF
8403025fd117c18e0536097c16b6c2e4af977fd6 | Author: Philip <ptnapoleon@gmail.com> | 2014-08-01 09:03:51-05:00 Added platform check for cqlsh
c0a5005c90c02dfca525253fa3e64e6caf350eb4 | Author: Philip <ptnapoleon@gmail.com> | 2014-07-31 16:20:20-05:00 Added startup pause for windows
26a708261d4a7ed0b3163614ecef7f755febba15 | Author: Philip <ptnapoleon@gmail.com> | 2014-06-03 13:01:39-04:00 Modified sstable_generation_loading for Windows Added a patient cql connection
e1bd5176ddaf88afc6cc463dbc9ca9ed8fc186c5 | Author: Philip <ptnapoleon@gmail.com> | 2014-06-03 12:34:59-04:00 Modified schema_test for Windows Moved to patient_cql_connection
e83081164ee5fb4ade98354a2d92ead238578d72 | Author: Philip <ptnapoleon@gmail.com> | 2014-06-03 12:19:44-04:00 Modified paxos_tests for Windows Switched to patient cql_connection
d0f8710dcfec54f5c9b524b3c37f5377ba256037 | Author: Philip <ptnapoleon@gmail.com> | 2014-06-03 12:07:02-04:00 Modified deletion_test for Windows Moved to patient connection
67dd921c77d29e85260da49cf866832d7b0a5dd7 | Author: Philip <ptnapoleon@gmail.com> | 2014-06-03 11:57:42-04:00 Modified cql_prepared tests for Windows Changes cql_connection to patient_cql_connection
938d07ee7382f710c4a9e751ac24413a754939aa | Author: Philip <ptnapoleon@gmail.com> | 2014-05-30 15:43:53-04:00 Modified concurrent_schema_changes for Windows Test now uses patient_cql_connection instead of cql_connection
d62e1bc9797882dd5a8097c67b057932910a98dd | Author: Philip <ptnapoleon@gmail.com> | 2014-05-29 17:02:25-04:00 Modified batch_test.py for Windows Moved cql_connection to patient_cql_connection
007950a83348a143575aafe316fab07fb978b647 | Author: Philip <ptnapoleon@gmail.com> | 2014-05-29 14:44:52-04:00 Modified bootstrap_test.py for Windows Test now uses patient_cql_connection and watch_log_for for better consistency on windows.
9de2bc74bf03d451fb29aa04b3efad115045bfe9 | Author: Philip <ptnapoleon@gmail.com> | 2014-05-29 14:44:30-04:00 Modified patient_cql_connection for Windows Nodes are taking longer to start up than in linux. Timeout is increased for windows machines.