We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsbs_run_queries_timescaledb fails with "failed SASL auth" error, while tsbs_load_timescaledb works fine with similar connection parameters
$ cat /tmp/timescaledb-queries-breakdown-frequency.gz | gunzip | tsbs_run_queries_timescaledb --workers=4 --postgres="host=localhost user=postgres" panic: failed to connect to host=localhost user=postgres database=benchmark: failed SASL auth (expected AuthenticationSASLFinal message but received unexpected message)
host=localhost user=postgres database=benchmark
goroutine 24 [running]: github.com/timescale/tsbs/pkg/query.(*BenchmarkRunner).processorHandler(0xc000162180, 0xc0001e6b80, 0xc0001646e0, 0xc4cee0, {0x9894c8, 0xc0001f1430}, 0x0?) /home/hanchen/tsbs/pkg/query/benchmarker.go:227 +0x1c7 created by github.com/timescale/tsbs/pkg/query.(*BenchmarkRunner).Run in goroutine 1 /home/hanchen/tsbs/pkg/query/benchmarker.go:160 +0x1f4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tsbs_run_queries_timescaledb fails with "failed SASL auth" error, while tsbs_load_timescaledb works fine with similar connection parameters
$ cat /tmp/timescaledb-queries-breakdown-frequency.gz |
gunzip | tsbs_run_queries_timescaledb --workers=4
--postgres="host=localhost user=postgres"
panic: failed to connect to
host=localhost user=postgres database=benchmark
: failed SASL auth (expected AuthenticationSASLFinal message but received unexpected message)goroutine 24 [running]:
github.com/timescale/tsbs/pkg/query.(*BenchmarkRunner).processorHandler(0xc000162180, 0xc0001e6b80, 0xc0001646e0, 0xc4cee0, {0x9894c8, 0xc0001f1430}, 0x0?)
/home/hanchen/tsbs/pkg/query/benchmarker.go:227 +0x1c7
created by github.com/timescale/tsbs/pkg/query.(*BenchmarkRunner).Run in goroutine 1
/home/hanchen/tsbs/pkg/query/benchmarker.go:160 +0x1f4
The text was updated successfully, but these errors were encountered: