Petr Vaněk

Results 34 issues of Petr Vaněk

This is backport of fix from PR #3038 to 10.5 release series. See original PR for more info.

- [ ] *The Jira issue number for this PR is: MDEV-______* ## Description (copy from commit message) The pfs-t tests can segfault when compiled with the `-mavx` compiler flag....

This bug report is based on https://bugs.gentoo.org/910474 OS version: `Gentoo` Python3 version (python3 -V -V): `Python 3.10.12 (main, Jul 18 2023, 08:55:21) [GCC 13.1.1 20230527]` The Python-3.10 is compiled with...

Needs: Help
Status: Wontfix
Type: Defect
Priority: Low
Effort: High

The `jabber/conference.c` module failed to compile due to the implicit use of the `sha1_random_uuid` function following the deprecation of the sha1 lib. This patch reintroduces the `sha1.h` include to resolve...

Couple of tests fail with redis-7.2. The issue was discovered here https://bugs.gentoo.org/912462#c4 ``` [ERROR] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 1993, in _inlineCallbacks result = context.run( File "/usr/lib/python3.11/site-packages/twisted/python/failure.py",...

I am currently working on creating a Gentoo package for `txredisapi` and I've noticed that the `tests/mixins.py` file is missing from the PyPI archive for version 1.4.9. In Gentoo, we...

- [x] I have marked all applicable categories: + [x] exception-raising bug + [ ] visual output bug - [x] I have visited the [source website], and in particular read...

I tried to test rope 1.13.0 with Python 3.13.0b2 and one test fail. Here is the log output just for this test: ``` ================================================= test session starts ================================================= [92/621] platform...

bug

The unittest.findTestCases function was deprecated in Python 3.11 and later removed in Python 3.13. The TestLoader methods should be used instead [1]. [1] https://docs.python.org/3.13/whatsnew/3.13.html#unittest Fixes: #754

**Describe the bug** I tried to run tests with Python 3.13.0b1 and `ubelt/util_import.py::import_module_from_name:0` test fails: ``` python3.13 -m pytest -vv -ra -l -Wdefault -Werror::pytest.PytestUnhandledCoroutineWarning --color=yes -o console_output_style=count -o tmp_path_retention_count=0 -o...