Skip to content

Commit

Permalink
MLCOMPUTE-1098 | add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Sharma committed Nov 22, 2023
1 parent 4bb4950 commit 2be37fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli/test_cmds_spark_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def test_get_spark_env(
),
("spark.cores.max", False, None),
(None, False, {}),
(None, True, {"spark.dynamicAllocation.enabled": "true"}),
],
)
def test_parse_user_spark_args(spark_args, enable_spark_dra, expected, capsys):
Expand Down

0 comments on commit 2be37fd

Please sign in to comment.