-
Notifications
You must be signed in to change notification settings - Fork 31
More type annotations and error fixing #356
Conversation
Not yet thoroughly tested. |
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
This comment has been minimized.
This comment has been minimized.
Thanks for doing this series. This gets the vmware snapshot test case a bit different failure (see last line), but maybe this makes sense?
|
@DaveWysochanskiRH Oops, missed that one. I'm progressively working on sorting things out. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The latest fixes the vmware snapshots - wohoo! One more thing you may want to fix up because retrace-server-interact has a Trackback due to "get_crashrc_path()" and the print_cmdline() function - patch below that fixes it for me.
|
@DaveWysochanskiRH Thanks for pointing that out. I've just pushed some fixes for |
I ran my regression vmcores / tests and this set looks very good! Thanks for getting this done. |
Ok I spoke too soon... there is a regression in dedup_vmcore:
|
I think this may be an unrelated problem I'm only seeing now - it looks like this was changed back in April. |
Ah, yes, the |
* Ignore missing imports of requests_gssapi and rpm * Generate stubs for dnf and hawkey, as well * Use correct MYPYPATH for checking scripts
Commit 38d0dcc changed VMCORE_FILE to a Path, so make sure we compare strings when looking at filenames in crashdir. Fixes #347 Signed-off-by: Dave Wysochanski <[email protected]>
Fill in a couple type annotations and fix type errors reported by mypy.
* Break out all code into separate functions. * Clean up some of it.
Following up to #352
Resolves #347