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

Wip test fix 4 9419 #2

Open
wants to merge 94 commits into
base: master
Choose a base branch
from
Open

Wip test fix 4 9419 #2

wants to merge 94 commits into from

Conversation

yuriw
Copy link
Owner

@yuriw yuriw commented Sep 25, 2014

No description provided.

SandonV and others added 30 commits August 16, 2013 11:45
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)
(The function names don't show up here)

Signed-off-by: Sage Weil <[email protected]>
(cherry picked from commit c8ec9fe)
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]>
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)
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]>
This reverts commit f895d16.
(cherry picked from commit bab84d4)
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)
liewegas and others added 30 commits August 18, 2014 09:04
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)
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)
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]>
…d the tests for it deprecated

Signed-off-by: Yuri Weinstein <[email protected]>
cuttlefish release predates centos/rhel  support and is dicontinued and ...
Revert "cuttlefish release predates centos/rhel  support and is dicontin...
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)
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.

6 participants