Skip to content
New issue

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

fix(rust): Add workaround for sqlx bug #1454

Merged
merged 2 commits into from
Sep 19, 2021
Merged

Conversation

eagletmt
Copy link
Member

本選の移植作業中に気付いた sqlx での panic に対するワークアラウンドを入れます。
isucon/isucon11-final#497 (comment)

この不具合によって初期実装でベンチマークが失敗することはなく、スコアに対する悪影響もほぼ無かったと考えていますが、初期状態でも prepare 中に実際に panic は発生しておりそのことを示すログが出ているので、過去問として利用するときに混乱が無いよう本選と同様のワークアラウンドを入れておきます。

@Nagarei Nagarei merged commit 497f537 into main Sep 19, 2021
@Nagarei Nagarei deleted the rust/avoid-thread-panic branch September 19, 2021 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants