Skip to content

src/test/librados; qa/suites/rados/singleton/all: remove cache tiering workload#57577

Closed
ljflores wants to merge 2 commits intoceph:mainfrom
ljflores:wip-tracker-56028
Closed

src/test/librados; qa/suites/rados/singleton/all: remove cache tiering workload#57577
ljflores wants to merge 2 commits intoceph:mainfrom
ljflores:wip-tracker-56028

Conversation

@ljflores
Copy link
Member

@ljflores ljflores commented May 20, 2024

There is a bug present in this test, but since we no longer support cache tiering starting in Reef, this test should be removed (in squid and reef only).

Fixes: https://tracker.ceph.com/issues/56028
Fixes: https://tracker.ceph.com/issues/62839

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

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

@ljflores ljflores requested a review from a team as a code owner May 20, 2024 19:06
@github-actions github-actions bot added the core label May 20, 2024
@ljflores ljflores requested a review from rzarzynski May 20, 2024 19:07
@Matan-B
Copy link
Contributor

Matan-B commented May 23, 2024

@ljflores
Copy link
Member Author

Should we also remove api_tier_pp? It causes many failures as well:

https://tracker.ceph.com/issues/62839

https://pulpito.ceph.com/yuriw-2024-05-15_21:09:29-rados-wip-yuri5-testing-2024-05-15-0804-distro-default-smithi/7707689/

I'll check this one too.

Laura Flores added 2 commits July 12, 2024 13:00
There is a bug present in this test, but since we no longer
support cache tiering starting in Reef, this test should
be removed (in squid and reef only).

Fixes: https://tracker.ceph.com/issues/56028
Signed-off-by: Laura Flores <lflores@ibm.com>
Cache tiering was deprecated in Reef, so this broken
test should be removed.

Fixes: https://tracker.ceph.com/issues/62839
Signed-off-by: Laura Flores <lflores@ibm.com>
@ljflores ljflores force-pushed the wip-tracker-56028 branch from d08e8c7 to 5101214 Compare July 12, 2024 19:01
@ljflores ljflores changed the title qa/suites/rados/singleton/all: remove cache tiering workload src/test/librados; qa/suites/rados/singleton/all: remove cache tiering workload Jul 12, 2024
@ljflores ljflores requested a review from Matan-B July 12, 2024 19:03
rzarzynski
rzarzynski previously approved these changes Jul 15, 2024
Copy link
Contributor

@rzarzynski rzarzynski left a comment

Choose a reason for hiding this comment

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

If it passes QA, fine!

@ljflores
Copy link
Member Author

@ljflores
Copy link
Member Author

jenkins test make check

@ljflores
Copy link
Member Author

jenkins test api

@yuriw
Copy link
Contributor

yuriw commented Jul 31, 2024

@ljflores pls merge when all checks passed
ref: https://tracker.ceph.com/issues/67090

@ljflores
Copy link
Member Author

ljflores commented Aug 5, 2024

jenkins retest this please

@ljflores
Copy link
Member Author

ljflores commented Aug 8, 2024

jenkins test make check

1 similar comment
@ljflores
Copy link
Member Author

jenkins test make check

@myoungwon
Copy link
Member

myoungwon commented Aug 14, 2024

tier_cxx.cc includes several deduplication tests, which are independent of cache tiering. Is that OK? (for instance, ManifestRefRead)---cache tiering test, like LibRadosTwoPoolsPP.HitSetWrite, is not the deduplication test.

@ljflores
Copy link
Member Author

tier_cxx.cc includes several deduplication tests, which are independent of cache tiering. Is that OK? (for instance, ManifestRefRead)---cache tiering test, like LibRadosTwoPoolsPP.HitSetWrite, is not the deduplication test.

Ah, thanks, I didn't notice that. I'll review the file and make sure only cache tiering items are removed.

@ljflores ljflores requested a review from rzarzynski August 14, 2024 22:12
@ljflores ljflores dismissed rzarzynski’s stale review August 14, 2024 22:12

Needs another look.

@myoungwon
Copy link
Member

tier_cxx.cc includes several deduplication tests, which are independent of cache tiering. Is that OK? (for instance, ManifestRefRead)---cache tiering test, like LibRadosTwoPoolsPP.HitSetWrite, is not the deduplication test.

Ah, thanks, I didn't notice that. I'll review the file and make sure only cache tiering items are removed.

@ljflores For your information, the following tests are related to the deduplication test in tier_cxx.cc.

SetRedirectRead
ManifestPromoteRead
ManifestRefRead
ManifestUnset
ManifestDedupRefRead
ManifestSnapRefcount
ManifestSnapRefcount2
ManifestTestSnapCreate
ManifestRedirectAfterPromote
ManifestCheckRefcountWhenModification
ManifestSnapIncCount
ManifestEvict
ManifestEvictPromote
ManifestSnapSizeMismatch
DedupFlushRead
ManifestFlushSnap
ManifestFlushDupCount
TierFlushDuringFlush
ManifestSnapHasChunk
ManifestRollback
ManifestRollbackRefcount
ManifestEvictRollback
TierFlushDuringUnsetDedupTier

@ljflores
Copy link
Member Author

This was added to a testing batch, but it should not be merged.

@rzarzynski
Copy link
Contributor

rzarzynski commented Oct 1, 2024

@ljflores: should be the comment above interpreted as DNM? If so, is there any change since it?

@Matan-B
Copy link
Contributor

Matan-B commented Nov 14, 2024

should suites/rados/thrash/workloads/cache-* be removed as well?

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days.
If you are a maintainer or core committer, please follow-up on this pull request to identify what steps should be taken by the author to move this proposed change forward.
If you are the author of this pull request, thank you for your proposed contribution. If you believe this change is still appropriate, please ensure that any feedback has been addressed and ask for a code review.

@github-actions github-actions bot added the stale label Jan 13, 2025
@github-actions
Copy link

This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution!

@github-actions github-actions bot closed this Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants