1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-07-29 08:21:12 +03:00
Files
pgvecto.rs/tests/crash/test.sh
Usamoi 727d69feab feat: transactional CREATE/DROP (#279)
* feat: transactional CREATE/DROP

Signed-off-by: usamoi <usamoi@outlook.com>

* test: transaction ddl

Signed-off-by: usamoi <usamoi@outlook.com>

---------

Signed-off-by: usamoi <usamoi@outlook.com>
2024-01-17 11:47:02 +00:00

8 lines
210 B
Bash
Executable File

#!/usr/bin/env bash
set -e
sudo pip install psutil==5.9.7
sqllogictest -u runner -d runner $(dirname $0)/create.slt
sudo python $(dirname $0)/kill.py
sqllogictest -u runner -d runner $(dirname $0)/restore.slt