Skip to content

Commit

Permalink
Wait for update to complete in test_api
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Dec 11, 2024
1 parent 03f4dc8 commit 6e6be9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration-tests/tests/pcluster_api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def _test_cluster_workflow(
with open(updated_config_file, encoding="utf-8") as config_file:
updated_cluster_config = config_file.read()
_test_update_cluster(region, cluster_operations_client, cluster_name, updated_cluster_config)
cluster.wait_cluster_status("UPDATE_COMPLETE")

head_node = _test_describe_cluster_head_node(region, cluster_instances_client, cluster_name)
compute_node_map = _test_describe_cluster_compute_nodes(region, cluster_instances_client, cluster_name)
Expand Down

0 comments on commit 6e6be9d

Please sign in to comment.