You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/23 06:51:25 UTC

[GitHub] [shardingsphere] zhaojinchao95 opened a new issue, #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK8 with windows

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1407438459

   - As a reminder, CI went back to normal two days ago. Reference https://github.com/apache/shardingsphere/actions/runs/4008661065 .
   - ![image](https://user-images.githubusercontent.com/20187731/215278650-2d94af46-a2d7-487a-82fb-ccf044bd4b5c.png)
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows [shardingsphere]

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1863654462

   - Fixed in https://github.com/apache/shardingsphere/actions/runs/7265750918 .


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows [shardingsphere]

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1947899928

   - Confirmed at https://github.com/apache/shardingsphere/actions/runs/7920316847 that it has been fixed.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz commented on issue #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK8 with windows

Posted by GitBox <gi...@apache.org>.
sandynz commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1342415228

   Hi @clbigdata , welcome! I just assigned it to you


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows [shardingsphere]

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian closed issue #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows
URL: https://github.com/apache/shardingsphere/issues/22354


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK17 with windows

Posted by GitBox <gi...@apache.org>.
linghengqian commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1368847470

   - How is this problem currently ignored in ShardingSphere CI? I have the impression that Junit4 does not have anything like Junit Jupiter's `org.junit.jupiter.api.condition.DisabledOnOs` annotation.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] clbigdata commented on issue #22354: ConsulRepositoryTest.assertWatchUpdate unit test are failed on JDK8 with windows

Posted by GitBox <gi...@apache.org>.
clbigdata commented on issue #22354:
URL: https://github.com/apache/shardingsphere/issues/22354#issuecomment-1324626005

   I want try it.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org