Nils Weiss
Nils Weiss
@gpotter2 Can this PR get merged please?
One more remark. Could you please add build and dissect tests for all your packet classes.
LGTM. Please do a rebase and push to trigger a new CI build.
Thanks a lot for this investigation.. I'll take care of it, since I caused these issues. What do you recommend? Using `with Testsocket() as sock:` all over the place?
found a easy solution.. hope it holds.
Thanks.. I'll have a look!
This log looked like a race-condition was triggered... I've added some debug code to fail fast, once this error happens again.
In the current version on master, I'm already calling `close` manually on all opened sockets after each testcase: https://github.com/secdev/scapy/blob/2c92b0350ab5df8ea0adc164fb4441c979bec568/test/contrib/automotive/scanner/uds_scanner.uts#L82 This should ensure, that all sockets get closed, but maybe I'm...
The current CI results, clearly show, that OSX and Windows CI works as expected. Only on Linux based systems, somehow the objects doesn't get destroyed.
Finally :-D