cloud-bulldozer / benchmark-operator

The Chuck Norris of cloud benchmarks
Apache License 2.0
285 stars 129 forks source link

Benchmark on PSQL 15 not working #831

Open zilchms opened 4 days ago

zilchms commented 4 days ago

I am not sure where the right repo for this issue would be, so I am filing it here, as we encountered the problem while trying to get the operator to work.

Describe the bug Postgres version 15 sends/requires SNI Headers which lower versions to not send. This leads to a host of different errors and renders the operator unusable for us.

Expected behavior There should exist an up-to-date version of the quay.io pgbench image. The current latest image uses the postgres 11 package, which is EOL since last year. I would have liked to provide a fix directly to the repo where the image is built but was unable to find it...

Additional context We are trying to benchmark/monitor/debug our postgres installation in an azure/aks cloud

jtaleric commented 4 days ago

hey @zilchms ! Thanks for letting us know, do you plan to address your findings in a PR?

zilchms commented 4 days ago

Ummm I can do that, but as stated I dont know where the image is coming from (I dont think it is in this repository). Can you give me some direction on where this https://quay.io/repository/cloud-bulldozer/pgbench image is getting built from? Then I can take a look.