@@ -74,6 +74,7 @@ def test_resolver_default_contexts(self):
7474 "store_path" : "" ,
7575 "username" : "user" ,
7676 "user_email" : "user@local.com" ,
77+ "run_relative_outputs_path" : "test/outputs" ,
7778 },
7879 "init" : {},
7980 "connections" : {},
@@ -140,6 +141,7 @@ def test_resolver_init_and_connections_contexts(self):
140141 "artifacts_path" : "{}/artifacts" .format (context_root ),
141142 "run_artifacts_path" : "/claim/path/test" ,
142143 "run_outputs_path" : "/claim/path/test/outputs" ,
144+ "run_relative_outputs_path" : "test/outputs" ,
143145 "namespace" : "test" ,
144146 "iteration" : 12 ,
145147 "run_info" : "user.project.runs.uuid" ,
@@ -218,6 +220,7 @@ def test_resolver_outputs_collections(self):
218220 "artifacts_path" : "{}/artifacts" .format (context_root ),
219221 "run_artifacts_path" : "{}/artifacts/test" .format (context_root ),
220222 "run_outputs_path" : "{}/artifacts/test/outputs" .format (context_root ),
223+ "run_relative_outputs_path" : "test/outputs" ,
221224 "namespace" : "test" ,
222225 "iteration" : 12 ,
223226 "created_at" : None ,
@@ -294,6 +297,7 @@ def test_resolver_mount_artifacts_store(self):
294297 "artifacts_path" : "{}/artifacts" .format (context_root ),
295298 "run_artifacts_path" : "{}/artifacts/test" .format (context_root ),
296299 "run_outputs_path" : "{}/artifacts/test/outputs" .format (context_root ),
300+ "run_relative_outputs_path" : "test/outputs" ,
297301 "namespace" : "test" ,
298302 "iteration" : 12 ,
299303 "created_at" : None ,
@@ -361,6 +365,7 @@ def test_resolver_default_service_ports(self):
361365 "artifacts_path" : "{}/artifacts" .format (context_root ),
362366 "run_artifacts_path" : "{}/artifacts/test" .format (context_root ),
363367 "run_outputs_path" : "{}/artifacts/test/outputs" .format (context_root ),
368+ "run_relative_outputs_path" : "test/outputs" ,
364369 "namespace" : "test" ,
365370 "iteration" : 12 ,
366371 "ports" : [1212 , 1234 ],
0 commit comments