[kotlin/ktor] Variant R2bc fail in all test, except the first.#10766
[kotlin/ktor] Variant R2bc fail in all test, except the first.#10766joanhey wants to merge 3 commits into
Conversation
Removed unused URLs and updated approach type.
|
😒 about the test here !!! |
|
Thanks for notifying. I checked that the cc @e5l would you mind adding maintainer info too for the original Ktor benchmark portions? |
|
BTW, I also ran |
|
Taking a brief look, this might be the reason. If the db goes through a short hang the 5 second timeout might cause the app to fail. However, I am not 100% sure this is the only potential reason. |
|
I suspect it works locally because concurrency is not high enough to kill it. I will investigate a bit later today. |
|
Fixed in #10790. But we need to check it in the next run. |
Removed unused URLs and updated approach type.
This variant only work with the first bench (db) and later do nothing.
I wanted to delete only the tests than fail, but I left the first one, the db test.
But later I marked as Stripped, because a fw need to return a response good or bad.
And this variant return nothing:
https://tfb-status.techempower.com/unzip/results.2026-02-03-23-09-26-607.zip/results/20260127014105/ktor-r2dbc/json/raw.txt
https://tfb-status.techempower.com/unzip/results.2026-02-03-23-09-26-607.zip/results/20260127014105/ktor-r2dbc/query/raw.txt
https://tfb-status.techempower.com/unzip/results.2026-02-03-23-09-26-607.zip/results/20260127014105/ktor-r2dbc/fortune/raw.txt
...
Return nothing, but the run need the time to bench it !!
A fw need to return a response good or bad, for that I marked it as Stripped.
But @msmith-techempower will decide it.
Ping: @ShreckYe @inemtsev please fix it and add a maintainer in the
benchmark_config.json.Thank you !!