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

qa: wait for file to have correct size #51995

Merged
merged 1 commit into from Aug 1, 2023
Merged

qa: wait for file to have correct size #51995

merged 1 commit into from Aug 1, 2023

Conversation

batrick
Copy link
Member

@batrick batrick commented Jun 10, 2023

Otherwise suspending the netns of the other mount will prevent it from completing a flush on the file handle or even telling the MDS that the file size has changed!

Fixes: https://tracker.ceph.com/issues/61409

Contribution Guidelines

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

Otherwise suspending the netns of the other mount will prevent it from
completing a flush on the file handle or even telling the MDS that the
file size has changed!

Fixes: https://tracker.ceph.com/issues/61409
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
@github-actions github-actions bot added cephfs Ceph File System tests labels Jun 10, 2023
@batrick batrick requested a review from a team June 10, 2023 23:12
@batrick
Copy link
Member Author

batrick commented Jun 10, 2023

main:

https://pulpito.ceph.com/pdonnell-2023-06-10_18:19:40-fs:functional-main-distro-default-smithi/

main + this PR:

https://pulpito.ceph.com/pdonnell-2023-06-10_18:20:34-fs:functional-main-distro-default-smithi/

The failure is: https://tracker.ceph.com/issues/57682

The other tests do not fail without this PR because it's a racy test. It's only easily reproduced in combination with qa: use stdin-killer for python3 command from #48732

@batrick batrick mentioned this pull request Jun 10, 2023
14 tasks
Copy link
Contributor

@mchangir mchangir left a comment

Choose a reason for hiding this comment

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

LGTM

@batrick
Copy link
Member Author

batrick commented Jun 12, 2023

jenkins test api

@@ -383,7 +385,6 @@ def test_filelock(self):

self.mount_b.check_filelock(do_flock=flockable)

# Tear down the background process
Copy link
Contributor

Choose a reason for hiding this comment

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

removal of these comments is intentional right? Looks too trivial

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. They're ultra-redundant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants