open-vault/physical/postgresql
ncabatoff 2cf5009ff5
Fix deadlock in TestPostgreSQLBackend (#6884)
Make lock2's retryInterval smaller so it grabs the lock as soon as lock1's renewer fails to renew in time.  Fix the logic to test if lock1's leader channel gets closed: we don't need a goroutine, and
the logic was broken in that if we timed out we'd never write to the blocking channel we then try to read from.  Moreover the timeout was wrong.
2019-06-14 12:59:24 -04:00
..
postgresql.go Update comment spelling in postgresql.go (#6817) 2019-06-04 02:29:36 -05:00
postgresql_test.go Fix deadlock in TestPostgreSQLBackend (#6884) 2019-06-14 12:59:24 -04:00