oceanbase / obdeploy

A deployer and package manager for OceanBase open-source software.
https://open.oceanbase.com
GNU General Public License v3.0
87 stars 132 forks source link

[Bug]: OBD test holding the obd lock is too long #159

Closed longdafeng closed 1 year ago

longdafeng commented 1 year ago

Check Before Asking

Environment

When run obd tests, it will failed to run other obd command such as "obd cluster display"

[ERROR] Another app is currently holding the obd lock.

### Fast Reproduce Steps

obd test tpch default -s 10 --remote-tbl-dir=/tmp/tpch -database=tpch --disable-transfer


start another terminate

obd cluster display default [ERROR] Another app is currently holding the obd lock.



### Actual Behavior

reduce the time of holding the obd lock

### Expected Behavior

_No response_

### Other Information

_No response_
frf12 commented 1 year ago

The display command is no longer hold a lock now