Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
Makes cqlsh tests pass by updating
- tests that started failing because of changes to the keyspace init script
- a test that would fail in some timezones and not others.
This involves a change to the init script – a timestamp at the beginning of 1900 is interpreted as being in 1899 in some timezones, and that breaks formatting. Changing the date to 1950 removes that edge case. If we want to test that edge case later, we can add it back.
Passes on CassCI (Ignore the fact that it says it's testing trunk; I edited the script to use my branch):
http://cassci.datastax.com/job/trunk_cqlshlib/11/
Changes for review here:
https://github.com/apache/cassandra/compare/trunk...mambocab:fix-trunk-tests
Branch with fixes here: