Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

test/rgw/notifications: skip reload tests when there is no realm #57639

Merged
merged 1 commit into from
May 23, 2024

Conversation

yuvalif
Copy link
Contributor

@yuvalif yuvalif commented May 22, 2024

this does not impact teuthology, only local runs.
in teuthology all bucket notification tests are defined with a realm

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard cephadm
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox
  • jenkins test windows
  • jenkins test rook e2e

this does not impact teuthology, only local runs.
in teuthology all bucket notification tests are defined with a realm

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
@yuvalif yuvalif requested a review from a team as a code owner May 22, 2024 19:07
@yuvalif yuvalif requested review from AliMasarweh and removed request for a team May 22, 2024 19:07
@yuvalif
Copy link
Contributor Author

yuvalif commented May 23, 2024

reload and migration tests are passing:
https://pulpito.ceph.com/yuvalif-2024-05-23_05:51:29-rgw:notifications-wip-yuval-kafka-cleanup-distro-default-smithi/
failure in test_notification_push_http is expected: https://tracker.ceph.com/issues/66033

@yuvalif yuvalif added the TESTED label May 23, 2024
Copy link
Contributor

@AliMasarweh AliMasarweh left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -4536,6 +4536,9 @@ def test_ps_s3_notification_push_kafka_security_sasl_scram():
@attr('http_test')
def test_persistent_ps_s3_reload():
""" do a realm reload while we send notifications """
Copy link
Contributor

Choose a reason for hiding this comment

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

this test is supposed to reload the realm while we send notifications,
however I see we only enable v2 notifications without disabling them at the start of the test
https://github.com/ceph/ceph/pull/57639/files#diff-83b1d2148e5a0483255b9af5f707fec576625a16c04aca191578d555ca336443R4617
but we can fix it in a different PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

can you please open a tracker (we should backport to squid) for this?

@yuvalif yuvalif merged commit ef9bf76 into ceph:main May 23, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants