mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Fix long running stress tests (#6374)
This commit is contained in:
@@ -9,7 +9,7 @@ import sys
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 1
|
||||
redis_max_memory = 10**8
|
||||
|
||||
@@ -5,7 +5,7 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
from ray.tune import run_experiments
|
||||
|
||||
num_redis_shards = 5
|
||||
|
||||
@@ -6,7 +6,7 @@ from __future__ import print_function
|
||||
|
||||
import ray
|
||||
from ray.tune import run_experiments
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 5
|
||||
redis_max_memory = 10**8
|
||||
|
||||
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 5
|
||||
redis_max_memory = 10**8
|
||||
|
||||
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
from ray.test_utils import run_string_as_driver
|
||||
|
||||
num_redis_shards = 5
|
||||
|
||||
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 5
|
||||
redis_max_memory = 10**8
|
||||
|
||||
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 5
|
||||
redis_max_memory = 10**8
|
||||
|
||||
@@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import ray
|
||||
from ray.tune import run_experiments
|
||||
from ray.tune.schedulers import PopulationBasedTraining
|
||||
from ray.tests.cluster_utils import Cluster
|
||||
from ray.cluster_utils import Cluster
|
||||
|
||||
num_redis_shards = 5
|
||||
redis_max_memory = 10**8
|
||||
|
||||
Reference in New Issue
Block a user