FirebirdSQL / firebird-qa

Python tools used for Firebird QA
MIT License
3 stars 6 forks source link

QA could hung when starting trace session #24

Closed hvlad closed 3 months ago

hvlad commented 3 months ago

The problem was found when run few instances of QA concurrently.

The problem happens when 'trace_thread' can't connect to the service manager. In this case it doesn't release passed in barrier b and main thread left blocked forever.