Skip to content

Conversation

@antonpirker
Copy link
Contributor

Finally it is the time to delete the Hub for good.


Thank you for contributing to sentry-python! Please add tests to validate your changes, and lint your code using tox -e linters.

Running the test suite on your PR might require maintainer approval. The AWS Lambda tests additionally require a maintainer to add a special label, and they will fail until this label is added.

@codecov
Copy link

codecov bot commented Aug 13, 2024

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

❌ Failed Test Results:

Completed 10533 tests with 1 failed, 9152 passed and 1380 skipped.

View the full list of failed tests

py3.13-common

  • Class name: tests.tracing.test_decorator
    Test name: test_trace_decorator_no_trx

    tests/tracing/test_decorator.py:42: in test_trace_decorator_no_trx
    fake_debug.assert_called_once_with(
    .../hostedtoolcache/Python/3.13.0-rc..../x64/lib/python3.13/unittest/mock.py:988: in assert_called_once_with
    raise AssertionError(msg)
    E AssertionError: Expected 'mock' to be called once. Called 5 times.
    E Calls: [call('Cannot create a child span for %s. Please start a Sentry transaction before calling this function.', 'test_decorator.my_example_function'),
    E call('Killing HTTP transport'),
    E call('background worker got kill request'),
    E call('Killing HTTP transport'),
    E call('background worker got kill request')].

@antonpirker antonpirker marked this pull request as ready for review August 13, 2024 15:50
Copy link
Contributor

@sentrivana sentrivana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉

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.

Remove Hub and deprecated APIs

3 participants