-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unxfail ketchup_cancel * Adjust sleep in job.py * Debugging & logging * More tests. 02 should work. * Final un-xfail * Tighten up test_02 * argh black * wait until pickle in 02 * Buffer in running jobs * Wait until pickle in ketchup_cancel * Need some debug there. * Shunt writing into manager. * Thread has no exitcode. * Lint * snapshot uses job.jobpath * lazy pirate for job-process * Ugh platforms
- Loading branch information
1 parent
a0bdf71
commit eedbfd6
Showing
12 changed files
with
184 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
version: "0.2" | ||
sample: | ||
name: counter_20_5 | ||
method: | ||
- device: "counter" | ||
technique: "count" | ||
time: 20.0 | ||
delay: 5.0 | ||
tomato: | ||
verbosity: "DEBUG" |
Oops, something went wrong.