Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
sebix opened this issue May 26, 2022 · 0 comments · Fixed by #2216
Closed

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

sebix opened this issue May 26, 2022 · 0 comments · Fixed by #2216
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior component: tests
Milestone

Comments

@sebix
Copy link
Member

sebix commented May 26, 2022

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)

@sebix sebix added bug Indicates an unexpected problem or unintended behavior component: tests labels May 26, 2022
@sebix sebix added this to the 3.1.0 milestone May 26, 2022
@sebix sebix changed the title all bot test fail on Ubuntu 20.04 because of differing python version string all bot test fail on Ubuntu 22.04 because of differing python version string Jun 7, 2022
@waldbauer-certat waldbauer-certat self-assigned this Jul 14, 2022
waldbauer-certat added a commit that referenced this issue Jul 14, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 14, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 14, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 14, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 15, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 15, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Jul 15, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
waldbauer-certat added a commit that referenced this issue Aug 3, 2022
Fixes #2185

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Indicates an unexpected problem or unintended behavior component: tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants