Commit 329d704
committed
refactor: Move batch service tests and enrich docstrings
Moves tests for the batch service from to to better align with the new module structure. Deletes the now-redundant .
Also enriches docstrings across the batch module, including , , , and , to improve code clarity and explain the security model of using GCP Batch for isolated task execution.
Fixes all related linting errors and ensures all tests continue to pass.1 parent d71b003 commit 329d704
File tree
4 files changed
+237
-256
lines changed- src/clusterfuzz/_internal
- batch
- remote_task
- tests/core
- google_cloud_utils
4 files changed
+237
-256
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 0 additions & 214 deletions
This file was deleted.
0 commit comments