2023-06-29 17:44:55 +08:00
|
|
|
function(copy_disk_storage_e2e_python_files FILE_NAME)
|
|
|
|
copy_e2e_python_files(disk_storage ${FILE_NAME})
|
|
|
|
endfunction()
|
|
|
|
|
|
|
|
copy_disk_storage_e2e_python_files(common.py)
|
|
|
|
copy_disk_storage_e2e_python_files(data_import.py)
|
|
|
|
copy_disk_storage_e2e_python_files(update_storage_mode_db_not_empty.py)
|
|
|
|
copy_disk_storage_e2e_python_files(update_storage_mode_disk_to_memory.py)
|
|
|
|
copy_disk_storage_e2e_python_files(update_storage_mode_memory_to_disk.py)
|
|
|
|
copy_disk_storage_e2e_python_files(free_memory_disabled.py)
|
|
|
|
copy_disk_storage_e2e_python_files(replication_disabled.py)
|
|
|
|
copy_disk_storage_e2e_python_files(snapshot_disabled.py)
|
|
|
|
copy_disk_storage_e2e_python_files(lock_data_dir_disabled.py)
|
|
|
|
copy_disk_storage_e2e_python_files(create_edge_from_indices.py)
|
2023-08-29 19:07:23 +08:00
|
|
|
copy_disk_storage_e2e_python_files(storage_info.py)
|