memgraph/tests/e2e/disk_storage/CMakeLists.txt
Marko Budiselić 9d056e7649
Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850)
Co-authored-by: Andi Skrgat <andi8647@gmail.com>
Co-authored-by: Aidar Samerkhanov <aidar.samerkhanov@memgraph.io>
2023-06-29 11:44:55 +02:00

15 lines
743 B
CMake

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)