• yiwu-arbug's avatar
    update CI (#642) · 0f3d38f9
    yiwu-arbug authored
    Changes:
    1. Since travis-ci.org is terminated, we are moving CI of this repo to PingCAP internal jenkins CI. Removing all travis related scripts.
    2. remove `./rust-toolchain` file, and `Make build` will download the file from latest TiKV master, so we can keep in sync with TiKV.
    3. fixing flaky test_auto_roll_max_size_info_log. In the background rocksdb can trigger log rotation. If log rotates exactly when the test check for LOG file existence, the check can fail. Removing the check.
    Signed-off-by: 's avatarYi Wu <yiwu@pingcap.com>
    0f3d38f9
Name
Last commit
Last update
..
mod.rs Loading commit data...
test_column_family.rs Loading commit data...
test_compact_range.rs Loading commit data...
test_compaction_filter.rs Loading commit data...
test_compression.rs Loading commit data...
test_delete_files_in_range.rs Loading commit data...
test_delete_range.rs Loading commit data...
test_encryption.rs Loading commit data...
test_event_listener.rs Loading commit data...
test_ingest_external_file.rs Loading commit data...
test_iterator.rs Loading commit data...
test_logger.rs Loading commit data...
test_metadata.rs Loading commit data...
test_multithreaded.rs Loading commit data...
test_prefix_extractor.rs Loading commit data...
test_rate_limiter.rs Loading commit data...
test_read_only.rs Loading commit data...
test_rocksdb_options.rs Loading commit data...
test_slice_transform.rs Loading commit data...
test_statistics.rs Loading commit data...
test_table_properties.rs Loading commit data...
test_table_properties_rc.rs Loading commit data...
test_titan.rs Loading commit data...
test_ttl.rs Loading commit data...