mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 09:05:47 +08:00
* Lint code that we forgot to lint in previous PR * Revert setup command merge * Lint * Revert "Revert setup command merge" This reverts commit 55e1cdb1f256ea51ef66a38730d8f7865f1f5ad1. * Fix testReportsConfigFailures test * Minor syntax tweaks * Lint
This commit is contained in:
committed by
Yuhong Guo
parent
74fd3d7e21
commit
ed02bf11f7
@@ -538,7 +538,11 @@ class AutoscalingTest(unittest.TestCase):
|
||||
self.waitForNodes(2, tag_filters={TAG_RAY_NODE_STATUS: "up-to-date"})
|
||||
|
||||
def testReportsConfigFailures(self):
|
||||
config_path = self.write_config(SMALL_CLUSTER)
|
||||
config = copy.deepcopy(SMALL_CLUSTER)
|
||||
config['provider']['type'] = 'external'
|
||||
config = fillout_defaults(config)
|
||||
config['provider']['type'] = 'mock'
|
||||
config_path = self.write_config(config)
|
||||
self.provider = MockProvider()
|
||||
runner = MockProcessRunner(fail_cmds=["cmd1"])
|
||||
autoscaler = StandardAutoscaler(
|
||||
|
||||
Reference in New Issue
Block a user