Skip to content

Contributing isoscope scheduler #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
124ffc0
Introducing contributed code for isoscope scheduling.
vkruglik-aka Sep 6, 2024
ed63fe4
Integrate isoscope scheduling and distributed sccope isolation into x…
vkruglik-aka Sep 6, 2024
329f218
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 6, 2024
17ad842
Addressed pre-commit findings.
vkruglik-aka Sep 9, 2024
be0a561
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 9, 2024
3689139
Addressed additional pre-commit findings.
vkruglik-aka Sep 9, 2024
2671eec
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 9, 2024
879ff2c
Addressed additional pre-commit findings.
vkruglik-aka Sep 9, 2024
94ae58c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 9, 2024
20caaeb
Addressed additional pre-coimmit finding.
vkruglik-aka Sep 9, 2024
77b4157
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 9, 2024
4486a9f
Addressed pre-coimmit finding.
vkruglik-aka Sep 9, 2024
1b9f92d
Add isoscope parametrization to generic acceptance tests test_single_…
vkruglik-aka Oct 22, 2024
c5d49b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 22, 2024
9597f6f
Use List and Tuple from typing when specifying these types with subsc…
vkruglik-aka Oct 22, 2024
359938d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 22, 2024
7a29564
Address pre-commit findings concerning the use of tuple vs Tuple and …
vkruglik-aka Oct 22, 2024
017c1f6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 22, 2024
d8d97a1
Implemented acceptance test class TestIsoScope baesd on TestLoadScope.
vkruglik-aka Oct 23, 2024
95a16a6
Fix expected counts in TestIsoScope test_by_module, test_by_class, an…
vkruglik-aka Oct 23, 2024
61f5fad
Implemented acceptance test TestIsoScope.test_single_scope_all_worker…
vkruglik-aka Oct 23, 2024
edc3bd3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 23, 2024
db311ed
Implemented acceptance test TestIsoScope.test_single_scope_subset_of_…
vkruglik-aka Oct 23, 2024
6bb3ef2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 23, 2024
7f35d75
Fixed worker name key error for unutilized worker in acceptance test …
vkruglik-aka Oct 23, 2024
eebc3f4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 23, 2024
4695e43
Fixed default test counts in acceptance test TestIsoScope.test_single…
vkruglik-aka Oct 23, 2024
a4398b2
Removed extraneous setdefault in acceptance test TestIsoScope.test_si…
vkruglik-aka Oct 23, 2024
47fcf7a
Implemented acceptance test TestIsoScope.test_multi_scope_with_insuff…
vkruglik-aka Oct 24, 2024
680d855
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 24, 2024
d2bff97
Fixed test discoverability and pre-commit findings in acceptance test…
vkruglik-aka Oct 24, 2024
0e00ed9
Fixed TestFenceA/B search patterin in acceptance test TestIsoScope.te…
vkruglik-aka Oct 24, 2024
fa97762
Fix test_fence_scopes pytest filename in acceptance test TestIsoScope…
vkruglik-aka Oct 24, 2024
3b7f2de
Implemented acceptance test TestIsoScope.test_two_tests_min_per_worke…
vkruglik-aka Oct 24, 2024
da65e86
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 24, 2024
ad0f4af
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
4658a1c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 25, 2024
97fe2e6
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
6aa321d
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
d110668
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
46f33a6
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
4711108
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
5f988d9
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
c649eb5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 25, 2024
b865e9d
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
4292294
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 25, 2024
f1bf9aa
Work in progress on acceptance test TestIsoScope.test_distributed_set…
vkruglik-aka Oct 25, 2024
b71c911
Removed whitespace from blank lines.
vkruglik-aka Oct 25, 2024
06fe668
Initialize the status file used by underlying test in TestIsoScope.te…
vkruglik-aka Oct 25, 2024
b1f032d
Create parent directories for the status file used by underlying test…
vkruglik-aka Oct 25, 2024
52c0815
Fixed SyntaxError: (unicode error) 'unicodeescape' codec can't decode…
vkruglik-aka Oct 25, 2024
95b91c8
Fix node_path.relative_to(...) in _DistributedSetupCoordinatorImpl.ma…
vkruglik-aka Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Addressed pre-coimmit finding.
vkruglik-aka committed Oct 25, 2024
commit 4486a9fd853b70000397d6eb3ae0e2988ff20df8
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-xdist 3.ZZZ.ZZZ (2024-zz-zz)
===============================
===================================

Features
--------