Skip to content
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

refactor(spec): reduce complexity new_worker_spec #8428

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vesyrak
Copy link

@Vesyrak Vesyrak commented Dec 21, 2023

This reduces accidental complexity regarding worker spec naming.
I'm not sure why the last worker name was re-used, but not re-using it makes it easier to keep internal states consistent and increases code readability.

  • [ ] Tests added / passed
    I get to 4% of tests in 25 minutes locally, so that doesn't work. All CI pipelines succeeded apart from one for MacOS, which failed in an unrelated test.
  • [ ] Passes pre-commit run --all-files
    pre-commit failed for me on the master branch itself.

@GPUtester
Copy link
Collaborator

Can one of the admins verify this patch?

Admins can comment ok to test to allow this one PR to run or add to allowlist to allow all future PRs from the same author to run.

Copy link
Contributor

github-actions bot commented Dec 21, 2023

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

   26 files   - 1     26 suites   - 1   1h 0m 45s ⏱️ -16s
3 486 tests ±0  3 254 ✅ ± 0  230 💤  -  1  1 ❌ +1   1 🔥 ±0 
7 205 runs   - 2  6 235 ✅ +16  948 💤  - 18  1 ❌ +1  21 🔥  - 1 

For more details on these failures and errors, see this check.

Results for commit ea9bcbd. ± Comparison against base commit c98cd09.

♻️ This comment has been updated with latest results.

@Vesyrak Vesyrak force-pushed the refactor/worker_spec branch from 19d950d to ea9bcbd Compare February 13, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants