I submit a pr https://github.com/apache/incubator-shenyu/pull/2953.
But ci said error occurs, detail is below picture.
It said PluginMapperTest.selectByName() line 67 final PluginDO resultPluginDO = pluginMapper.selectByName(pluginDO.getName()); returned 3 result.
I wonder test methods are executed concurrently and this method returned object inserted by other method and their name are the same.
Question
I submit a pr https://github.com/apache/incubator-shenyu/pull/2953. But ci said error occurs, detail is below picture. It said PluginMapperTest.selectByName() line 67 final PluginDO resultPluginDO = pluginMapper.selectByName(pluginDO.getName()); returned 3 result. I wonder test methods are executed concurrently and this method returned object inserted by other method and their name are the same.