Results 4 issues of ☁ daicoden

I wasn't quite sure how to resolve differences with master.

Saw this command at http://github.com/bsag/tracks and thought it was a pretty awesome way to get the system going.

for loading fixtures for tests (using pytest): ``` @fixture def root_path(): if 'TEST_SRCDIR' in os.environ: return os.environ['TEST_SRCDIR'] + "/" + os.environ[ 'TEST_WORKSPACE'] + "/path/to/root" else: raise(Exception("Can not find fixtures, test...

type: bug
P3
product: IntelliJ
topic: debugging
topic: testing

## When PG Cat is in transaction mode there's no way to set a [lock_timeout](https://www.postgresql.org/docs/current/runtime-config-client.html) on the client connection. We want to set a lock_timeout for all connections for various...