Skip to content

Commit

Permalink
cluster list bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Belousov authored and Alexandra Belousov committed Dec 2, 2024
1 parent c18e829 commit b0f3c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions runhouse/resources/hardware/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def parse_filters(since: str, cluster_status: Union[str, ClusterStatus]):

if cluster_status:
cluster_filters["cluster_status"] = cluster_status
cluster_filters["daemon_status"] = cluster_status

return cluster_filters

Expand Down
3 changes: 2 additions & 1 deletion tests/test_resources/test_clusters/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,8 @@ def test_cluster_list_all_pythonic(self, cluster):

@pytest.mark.level("local")
@pytest.mark.clustertest
def test_cluster_list_status_pythonic(self, cluster):
def test_cluster_list_status_pythonic(self, static_cpu_pwd_cluster_den_launcher):
cluster = static_cpu_pwd_cluster_den_launcher
original_username = rns_client.username
new_username = (
"test-org"
Expand Down

0 comments on commit b0f3c3d

Please sign in to comment.