Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nautaa committed May 11, 2024
1 parent 46313e1 commit 78b4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
curl -s https://packagecloud.io/install/repositories/akopytov/sysbench/script.deb.sh -o script.deb.sh
sudo bash script.deb.sh
sudo apt -y install sysbench mariadb-client
nohup sh -c 'LD_PRELOAD=./build_release/lib/libmemtracer.so ./build_release/bin/observer -T java-thread-pool -s /tmp/miniob.sock -f etc/observer.ini -P mysql -t mvcc -d disk' &
nohup sh -c 'LD_PRELOAD=./build_release/lib/libmemtracer.so ./build_release/bin/observer -T one-thread-per-connection -s /tmp/miniob.sock -f etc/observer.ini -P mysql -t mvcc -d disk' &
sleep 10 && echo "wake up"
mysql --version
mysql -S /tmp/miniob.sock -e "show tables"
Expand Down

0 comments on commit 78b4d3a

Please sign in to comment.