mybatis / mybatis-3

MyBatis SQL mapper framework for Java
http://mybatis.github.io/mybatis-3/
Apache License 2.0
19.72k stars 12.82k forks source link

fix: Fix flaky test (testBlockingCache) on master/pr's #3121

Closed epochcoder closed 6 months ago

epochcoder commented 6 months ago

This test has been failing sporadically on some CI runners.

coveralls commented 6 months ago

Coverage Status

coverage: 87.167%. remained the same when pulling efdb78aa6bdf23d5325a9118630e441b15e9d43d on epochcoder:fix/blocking-test-flaky into e346c0736c1cf941e27b8acb42ac4bda15302677 on mybatis:master.

harawata commented 6 months ago

Thank you, @epochcoder !

I was aware of the flakiness, but didn't pay much attention to it. Let's see how this works.