Skip to content
Snippets Groups Projects
Commit c6511c8d authored by Oliver's avatar Oliver
Browse files

use different cluster image

parent d246f592
No related branches found
No related tags found
No related merge requests found
Loading
@@ -29,7 +29,7 @@ dependencies:
Loading
@@ -29,7 +29,7 @@ dependencies:
# #
# the next line will bring up a cluster of redis instances with slaves # the next line will bring up a cluster of redis instances with slaves
# for addtl tests # for addtl tests
- docker run -p 7000-7006:7000-7006 --name redis_cluster_test -d oliver006/redis_cluster_test - docker run -p 7000-7006:7000-7006 --name redis_cluster_test -d grokzen/redis-cluster
cache_directories: cache_directories:
- ~/redis-$REDIS_TEST_VERSION - ~/redis-$REDIS_TEST_VERSION
override: override:
Loading
Loading
Loading
@@ -930,7 +930,7 @@ func TestClusterSlave(t *testing.T) {
Loading
@@ -930,7 +930,7 @@ func TestClusterSlave(t *testing.T) {
   
setupDBKeys(t, defaultRedisHost.Addrs[0]) setupDBKeys(t, defaultRedisHost.Addrs[0])
defer deleteKeysFromDB(t, defaultRedisHost.Addrs[0]) defer deleteKeysFromDB(t, defaultRedisHost.Addrs[0])
log.Println("wut")
prometheus.Register(e) prometheus.Register(e)
   
chM := make(chan prometheus.Metric, 10000) chM := make(chan prometheus.Metric, 10000)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment