Skip to content

2.15.0: Test test_redis_disabled_when_not_installed failing when packaging for openSUSE #3624

Description

@kastl-ars

Dear maintainers,

I tried to update the openSUSE package for sentry-sdk, but one of the tests fails in the new version 2.15.0.

[  155s] =================================== FAILURES ===================================
[  155s] ____________________ test_redis_disabled_when_not_installed ____________________
[  155s] tests/test_basics.py:894: in test_redis_disabled_when_not_installed
[  155s]     assert sentry_sdk.get_client().get_integration(RedisIntegration) is None
[  155s] E   assert <sentry_sdk.integrations.redis.RedisIntegration object at 0xffff87f892a0> is None
[  155s] E    +  where <sentry_sdk.integrations.redis.RedisIntegration object at 0xffff87f892a0> = get_integration(RedisIntegration)
[  155s] E    +    where get_integration = <sentry_sdk.client._Client object at 0xffff90da0250>.get_integration
[  155s] E    +      where <sentry_sdk.client._Client object at 0xffff90da0250> = <function get_client at 0xffffa027f250>()
[  155s] E    +        where <function get_client at 0xffffa027f250> = sentry_sdk.get_client
[  155s] =============================== warnings summary ===============================

Any idea where to start looking, why this fails?

Kind Regards,
Johannes

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions