zhaojinchao95 opened a new issue, #22354: URL: https://github.com/apache/shardingsphere/issues/22354
Refer to : https://github.com/apache/shardingsphere/actions/runs/3504574219/jobs/5870340032#step:6:51477 `master https://github.com/apache/shardingsphere/commit/74ec5dfa35c98d7436a353456a6d5be99320a570` ``` Error: Failures: Error: ConsulRepositoryTest.assertWatchUpdate:159 Wanted but not invoked: client.getKVValues( <any java.lang.String>, <any com.ecwid.consul.v1.QueryParams> ); -> at com.ecwid.consul.v1.ConsulClient.getKVValues(ConsulClient.java:529) However, there were exactly 2 interactions with this mock: client.setKVValue( "sharding/key/key1", "value1" ); -> at org.apache.shardingsphere.mode.repository.cluster.consul.ConsulRepositoryTest.assertWatchUpdate(ConsulRepositoryTest.java:148) client.setKVValue( "sharding/key/key1", "value1-1" ); -> at org.apache.shardingsphere.mode.repository.cluster.consul.ConsulRepositoryTest.assertWatchUpdate(ConsulRepositoryTest.java:155) [INFO] Error: Tests run: 10, Failures: 1, Errors: 0, Skipped: 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
