Skip to content

all bot test fail on Ubuntu 22.04 because of differing python version string #2185

Closed
@sebix

Description

for example:

[  213s] AssertionError: Regex didn't match: 'ShadowserverJSONParserBot initialized with id test-bot and intelmq [0-9a-z.]* and python [0-9a-z.]{5,8}\\+? \\([a-zA-Z0-9,:. ]+\\)( \\[GCC\\])? as process [0-9]+\\.' not found in 'ShadowserverJSONParserBot initialized with id test-bot and intelmq 3.0.2 and python 3.10.4 (main, Apr  2 2022, 09:04:19) [GCC 11.2.0] as process 10051.'

applies to all bot tests of course
( \\[GCC\\])? needs to be extend to also hold the gcc version (or a non-greedy catch-all)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

bugIndicates an unexpected problem or unintended behaviorcomponent: tests

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions