justxuewei commented on code in PR #2383:
URL: https://github.com/apache/dubbo-go/pull/2383#discussion_r1294184983
##########
registry/servicediscovery/store/cache_manager_test.go:
##########
@@ -27,7 +27,7 @@ import (
)
func TestCacheManager(t *testing.T) {
- cm, err := NewCacheManager("test", "test_cache", time.Second, 10)
+ cm, err := NewCacheManager("test", "test_cache", time.Second*3, 10)
Review Comment:
Why does the time interval affect the results? Does 3 seconds guarantee
these tests pass?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]