pipelines/sdk/python/tests/compiler
Vitalii Vokhmin 2f1db59798
fix(sdk): compile ParallelFor in a deterministic manner (#4926)
* fix(sdk): compile ParallelFor in a deterministic manner

During compilataion ParallelFor components end up with randomized names,
which makes it very inconvenient to compare two versions of a pipeline.
This commit fixes this issue.

* fix(sdk): fix new parallel-for test cases
2021-01-29 18:31:09 -08:00
..
testdata fix(sdk): compile ParallelFor in a deterministic manner (#4926) 2021-01-29 18:31:09 -08:00
__init__.py SDK - Testing - Make dsl and compiler tests discoverable by unittest (#2038) 2019-09-04 12:38:22 -07:00
compiler_tests.py fix(sdk): Allow keyword-only arguments in pipeline function signature (#4544) 2021-01-29 18:31:02 -08:00
component_builder_test.py SDK - Containers - Made python package installation more robust (#2316) 2019-10-07 13:35:11 -07:00
container_builder_test.py [SDK] Make service account configurable for build_image_from_working_dir (#3419) 2020-04-15 00:06:02 -07:00
k8s_helper_tests.py SDK - Refactoring - Split the K8sHelper class (#2333) 2019-10-21 14:57:22 -07:00
main.py compiler for IR (#4529) 2020-10-13 17:13:54 -07:00