Skip to content

Conversation

@dkropachev
Copy link
Collaborator

@dkropachev dkropachev commented Nov 14, 2025

This test is failing with unknown reason:

FAILED tests/integration/standard/test_application_info.py::ApplicationInfoTest::test_create_session_and_check_system_views_clients - [XPASS(strict)] #scylladb/scylla-enterprise#5467 - not released yet

It is a bug of pytest 9.0.1, other ways to fix it did not yield any results.
pytest 9.0.0 has another problems when it is run with twisted installed.

So, only way for now is drop it all the way to 8.x.x

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@dkropachev dkropachev force-pushed the dk/fix-test_create_session_and_check_system_views_clients branch from 9cde16d to f3ccf95 Compare November 14, 2025 14:53
@dkropachev dkropachev changed the title 1 Fix test_create_session_and_check_system_views_clients Nov 14, 2025
@dkropachev dkropachev force-pushed the dk/fix-test_create_session_and_check_system_views_clients branch 3 times, most recently from 96925f8 to 3b2e792 Compare November 14, 2025 17:26
@fruch
Copy link

fruch commented Nov 16, 2025

Is there a pytest for this, cause I didn't understand what is the issue from description here

@dkropachev
Copy link
Collaborator Author

Is there a pytest for this, cause I didn't understand what is the issue from description here

I did not find any.

@dkropachev dkropachev force-pushed the dk/fix-test_create_session_and_check_system_views_clients branch 3 times, most recently from 6f910a7 to 43dd8d9 Compare November 17, 2025 13:26
There is a bug in pytest that makes one partuclar xfail test to fail on
cicd:
```
FAILED tests/integration/standard/test_application_info.py::ApplicationInfoTest::test_create_session_and_check_system_views_clients - [XPASS(strict)] #scylladb/scylla-enterprise#5467 - not released yet
```
Unlock it when it get fixed
@dkropachev dkropachev force-pushed the dk/fix-test_create_session_and_check_system_views_clients branch from 47d76b1 to 2420c13 Compare November 17, 2025 15:06
@dkropachev dkropachev self-assigned this Nov 17, 2025
@dkropachev dkropachev marked this pull request as ready for review November 17, 2025 16:26
@dkropachev dkropachev merged commit 6eaff9c into scylladb:master Nov 17, 2025
17 checks passed
@Lorak-mmk
Copy link

Is there an issue about this in pytest?
If not, please open one.
Also we need an issue in the driver to remove the pin after the issue is fixed.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants