FinalT commented on code in PR #2383:
URL: https://github.com/apache/dubbo-go/pull/2383#discussion_r1294223963
##########
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:
I dont think it would pass every time, so I update the logic to make
surethat the next cm created will be able to read the cache file
--
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]