forked from ceph/ceph-qa-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wip test fix 4 9419 #2
Open
yuriw
wants to merge
94
commits into
master
Choose a base branch
from
wip_test_fix_4_9419
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sandon Van Ness <[email protected]>
Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 502714b)
Wait for a command that implies a complete startup instead of 'version' (which does not). Fixes: #5924 Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 5ec5e2c)
In order to get around the issue of repomd.xml being older than the previously installed one depending on when the gitbuilder built the repo. Signed-off-by: Sandon Van Ness <[email protected]>
We should never run with a conflicting testdir in the basedir, and the code to do this is confusing and buggy. Go back to a single testdir and simple checks. Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 5acc57f) Conflicts: README.rst teuthology/misc.py
Default is 12, which isn't quite enough. Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 2214fe1) Conflicts: teuthology/misc.py
See #6240 Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 2acceef)
Signed-off-by: Josh Durgin <[email protected]>
(The function names don't show up here) Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit c8ec9fe)
Signed-off-by: Sage Weil <[email protected]>
otherwise cram.py complains Signed-off-by: Sage Weil <[email protected]>
Ubuntu's default apache uses worker instead of prefork like rpm based distro's. If rpm use httpd.worker instead of httpd so that the -X behavior will not be blocked by a single request. Signed-off-by: Sandon Van Ness <[email protected]>
Kernel doesn't support KVM and it doesn't make much sense to do these tests on ARM in the first place... Signed-off-by: Sandon Van Ness <[email protected]>
Not set in all branches of teuthology. Signed-off-by: Sandon Van Ness <[email protected]>
Signed-off-by: Sage Weil <[email protected]>
autobuild-ceph.git commit 53db7a34aba5 had silently changed the default elevator from cfq to deadline, which made xfstests 167 very unhappy. It looks like with deadline and noop elevators it requires a ~6G scratch partition. Bump the default scratch image size to 10G. Signed-off-by: Ilya Dryomov <[email protected]> (cherry picked from commit d781348) Conflicts: teuthology/task/rbd.py
These just started popping up when I updated the notcmalloc gitbuilder, probably because of an updated libnss version. Whitelist it! Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 9a17bb5134ae7072089f780cd975761e61c708db)
See #7171. In rare cases CRUSH can't handle it when only 2/6 of the OSDs are marked in. Avoid those situations for now. Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 495f216)
Signed-off-by: Sage Weil <[email protected]>
Newer btfs userland tools needs a -f like xfs instead of a prompt for yes. Trusty needs this change. Signed-off-by: Sandon Van Ness <[email protected]>
We now have the suppressions to avoid this. Yay! Signed-off-by: Sage Weil <[email protected]> Conflicts: suites/rgw/verify/tasks/rgw_s3tests_multiregion.yaml
...so that this works on trusty Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit f895d16)
Increase boot disk size per #8115 where monitors shut down due to / being full on vm machines. Signed-off-by: Sandon Van Ness <[email protected]>
Fixes: #8225 Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit f261687)
Signed-off-by: Zack Cerza <[email protected]> (cherry picked from commit ab9645f)
Signed-off-by: Zack Cerza <[email protected]> (cherry picked from commit d1b9353)
Python modules are not allowed to contain hyphens in the name. Using hyphens only works here because we're using low level __import__. Change run_tasks to replace '-' with '_' when reading configs, and rename the task modules to have valid python module names. Aside from general hygiene, the motivation to do this is to allow one task to build on code in another task by importing it. Signed-off-by: John Spray <[email protected]> (cherry picked from commit 79dfe2c)
Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 2aae919)
As per http://www.webhostingtalk.com/showthread.php?t=1173594 Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 27b7ece)
Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 6392758)
httpd exists on rhel 6.5 too ... Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit f7b32bc)
Allows to use 'ceph-deploy mon create-initial' so that monitor quorum is more robust Signed-off-by: Alfredo Deza <[email protected]>
This is needed when running valgrind. Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 12a391e)
…all the timeouts Signed-off-by: Yuri Weinstein <[email protected]>
Signed-off-by: Yuri Weinstein <[email protected]>
Signed-off-by: Yuri Weinstein <[email protected]>
Removed osd thrashing until we get a better handle on how to control all...
Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 9d466aa)
Signed-off-by: Sage Weil <[email protected]>
Signed-off-by: Sage Weil <[email protected]>
This reverts 453d72b. It turns out that tcmalloc defeats the leak checking in valgrind. Signed-off-by: Sage Weil <[email protected]> (cherry picked from commit 279f39d) Conflicts: suites/rgw/verify/tasks/rgw_s3tests_multiregion.yaml
Signed-off-by: Yuri Weinstein <[email protected]>
Signed-off-by: Yuri Weinstein <[email protected]>
Implements 9289
Wip add ditros link
…d the tests for it deprecated Signed-off-by: Yuri Weinstein <[email protected]>
cuttlefish release predates centos/rhel support and is dicontinued and ...
Revert "Wip add ditros link"
Revert "cuttlefish release predates centos/rhel support and is dicontin...
Revert "Implements 9289"
Signed-off-by: Yuri Weinstein <[email protected]>
Removed cuttlefish from the suite, fixed #9465
They appear to have (accidentally?) fixed whatever was crashing. Fixes: #9177 Signed-off-by: John Spray <[email protected]> (cherry picked from commit bda325b)
Fixes sub-task http://tracker.ceph.com/issues/9568 Signed-off-by: Yuri Weinstein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.