|
|
|
@ -2125,6 +2125,8 @@ def test_cache_nomap_failure5():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
|
# This is just a list of tests, don't try to run these tests with 'python test_cache_nomap.py'
|
|
|
|
|
# since cache server is required to be brought up first
|
|
|
|
|
test_cache_nomap_basic1()
|
|
|
|
|
test_cache_nomap_basic2()
|
|
|
|
|
test_cache_nomap_basic3()
|
|
|
|
@ -2132,8 +2134,49 @@ if __name__ == '__main__':
|
|
|
|
|
test_cache_nomap_basic5()
|
|
|
|
|
test_cache_nomap_basic6()
|
|
|
|
|
test_cache_nomap_basic7()
|
|
|
|
|
test_cache_nomap_basic8()
|
|
|
|
|
test_cache_nomap_basic9()
|
|
|
|
|
test_cache_nomap_allowed_share1()
|
|
|
|
|
test_cache_nomap_allowed_share2()
|
|
|
|
|
test_cache_nomap_allowed_share3()
|
|
|
|
|
test_cache_nomap_allowed_share4()
|
|
|
|
|
test_cache_nomap_disallowed_share1()
|
|
|
|
|
test_cache_nomap_running_twice1()
|
|
|
|
|
test_cache_nomap_running_twice2()
|
|
|
|
|
test_cache_nomap_extra_small_size1()
|
|
|
|
|
test_cache_nomap_extra_small_size2()
|
|
|
|
|
test_cache_nomap_parallel_pipeline1(shard=0)
|
|
|
|
|
test_cache_nomap_parallel_pipeline2(shard=1)
|
|
|
|
|
test_cache_nomap_parallel_workers()
|
|
|
|
|
test_cache_nomap_server_workers_1()
|
|
|
|
|
test_cache_nomap_server_workers_100()
|
|
|
|
|
test_cache_nomap_num_connections_1()
|
|
|
|
|
test_cache_nomap_num_connections_100()
|
|
|
|
|
test_cache_nomap_prefetch_size_1()
|
|
|
|
|
test_cache_nomap_prefetch_size_100()
|
|
|
|
|
test_cache_nomap_to_device()
|
|
|
|
|
test_cache_nomap_session_destroy()
|
|
|
|
|
test_cache_nomap_server_stop()
|
|
|
|
|
test_cache_nomap_epoch_ctrl1()
|
|
|
|
|
test_cache_nomap_epoch_ctrl2()
|
|
|
|
|
test_cache_nomap_epoch_ctrl3()
|
|
|
|
|
test_cache_nomap_epoch_ctrl4()
|
|
|
|
|
test_cache_nomap_multiple_cache1()
|
|
|
|
|
test_cache_nomap_multiple_cache2()
|
|
|
|
|
test_cache_nomap_multiple_cache3()
|
|
|
|
|
test_cache_nomap_multiple_cache_train()
|
|
|
|
|
test_cache_nomap_multiple_cache_eval()
|
|
|
|
|
test_cache_nomap_clue1()
|
|
|
|
|
test_cache_nomap_clue2()
|
|
|
|
|
test_cache_nomap_csv1()
|
|
|
|
|
test_cache_nomap_csv2()
|
|
|
|
|
test_cache_nomap_textfile1()
|
|
|
|
|
test_cache_nomap_textfile2()
|
|
|
|
|
test_cache_nomap_nested_repeat()
|
|
|
|
|
test_cache_nomap_get_repeat_count()
|
|
|
|
|
test_cache_nomap_long_file_list()
|
|
|
|
|
test_cache_nomap_failure1()
|
|
|
|
|
test_cache_nomap_failure2()
|
|
|
|
|
test_cache_nomap_failure3()
|
|
|
|
|
test_cache_nomap_failure4()
|
|
|
|
|
test_cache_nomap_failure5()
|
|
|
|
|