Jun Aruga

Results 254 comments of Jun Aruga

Another case for the failure. It's not rare but sometimes happens. https://github.com/brianmario/mysql2/runs/2365625101?check_suite_focus=true#step:9:535 ``` Failures: 1) Mysql2::EM::Client should support async queries Failure/Error: expect(results[0].keys).to include("second_query") expected ["first_query"] to include "second_query" # ./spec/em/em_spec.rb:26:in...

Note that Travis's Ruby 2.0.0 case was removed because we have Ruby 2.0.0 case for centos 7 system Ruby case on GitHub Actions. There is also Ruby 2.1 case on...

If we want to drop the Ruby 2.0.0 case on CentOS 7, I want to work to change the case from the system Ruby 2.0.0 to Ruby 2.7 by using...

> Please, do. If @sodabrew agree we drop Ruby 2.0.0 support, I can work on it. Because the system Ruby 2.0.0 on CentOS 7 is currently the only Ruby 2.0.0...

But I think nowadays we are trying to fix the test failures to make every case in our CI success to release the next maintenance version at first. Dropping old...

I was able to run MariaDB server 10.2, 10.3, 10.4, 10.5 on GitHub Actions using MariaDB's official container. Here is the testing repository. The case names: `ruby 2.4 ...` are...

Now I was able to run MariaDB server 10.0, 10.2, 10.3, 10.4, 10.5 on GitHub Actions using MariaDB's official container on [my testing repository](https://github.com/junaruga/mysql-test). Here is the log. https://github.com/junaruga/mysql-test/actions/runs/741008336 I...

> I do appreciate the interest, @sodabrew My intent for this ticket is I think we can create the environment where you can focus to important things such as fixing...

Are your concerns that you have to spend time for the backporting and for the releasing right? Could you explain more about why people who have the situation you mentioned...

I have a suggestion to avoid this kind of user's mistakes. While it is written that the `mysql2` is a library for Ruby in both "About" and `README.md`, I think...