Yasuo Honda

Results 167 comments of Yasuo Honda

Thanks for the update. Closing this issue because it does not reproduce anymore. - Filesystem usage ``` % df Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk3s1s1...

Hi, I want this pull request reopened.

Closed since #2424 has been merged to master branch.

Here are some findings so far: - According to git bisect, the issue was introduced by https://github.com/sidekiq/sidekiq/pull/6669 - `QueuingTest#test_should_supply_a_wrapped_class_name_to_Sidekiq` test has been added via https://github.com/rails/rails/pull/19482 - `ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper` should work in...

It looks like duplicate with https://github.com/pingcap/tidb/issues/54138

Closed via https://github.com/Homebrew/homebrew-core/pull/201853

CI failures https://buildkite.com/rails/rails/builds/119085#01975d87-fe6b-4b0d-8178-0430a34f3376/1283-1291 are related to https://github.com/rails/rails/issues/53727 To workaround it, docker image tag has been changed fromm `mariadb:latest` to `mariadb:lts` via https://github.com/rails/buildkite-config/pull/130. At that time `mariadb:lts` uses MariaDB 11.4. Now...

> We will need to use mariadb:11.4 that is the previous versions of MariaDB lts that should not be affected by https://github.com/rails/rails/issues/53727 Opened https://github.com/rails/buildkite-config/pull/145

CI failures are not relevant to this change. https://buildkite.com/rails/rails/builds/122072#01998462-6d90-4b8a-b90a-67993290f230/1263-1276 It occurs every year when PostgreSQL server version bumped while PostgreSQL client is not. It will be addressed when PostgreSQL 18...

One of the reasons I hesitated to merge this pull request is the note in the Sidekiq changelog stating that “the old name will still work in 8.x.” https://github.com/sidekiq/sidekiq/blob/main/Changes.md?plain=1#L37-L38 Given...