b852f2274b9dc179ffb636091d80d1bb5e90841d
16 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
clayg
|
b852f2274b |
capture resetswift output in probetests
This change makes the dots prettier during probetests When calling the resetswift script, the probetests will use subprocess to redirect stderr to stdout and capture stdout into a buffer. We print the captured buffer from resetswift's combined stdout/stderr and let nosetests stdout capturing handle printing the output for debug only if a test fails. Change-Id: I022512f2ef5a4c43b0e49264bad1bca98c1f0299 |
||
|
gholt
|
4a9d19197c |
Updated probe tests
The probe tests were woefully out of date with all the changes that have ocurred since they were written. I've updated most of them and removed some that are hopeless outdated. I also greatly improved the timing issues (hopefully completely solved them? I ran them 25 times with no problems) and made them pep8 1.3.1 safe. Change-Id: I8e9dbb6e7d6e04e293843b1dce1ded99d84e0348 |
||
|
gholt
|
be79b0884e |
Fixes for probe tests
Updated the imports and added a head_account to the "is the cluster started yet?" checks. Hopefully this fixes the notorious timing issues of these tests where auth answers requests just a bit before the rest of the cluster is ready. Fixes bug 1014931 Change-Id: Iea1d62db2317560371da49af5e94a0279b646294 |
||
|
Chmouel Boudjnah
|
22572b506a |
Remove swift.common.client from here.
- It has been to its own gerrit project. - direct_client should follow next. - Implements blueprint clientbindings. Change-Id: I3bb50c95eba81302bfec71cb7ce5288b85a41dc0 |
||
|
John Dickinson
|
1ecf5ebba1 |
updated copyright date for all files
Change-Id: Ifd909d3561c2647770a7e0caa3cd91acd1b4f298 |
||
|
gholt
|
b4221114c5 | Merged with deswauth | ||
|
gholt
|
1a88db545a | Made probe tests more resilent against timing issues. | ||
|
gholt
|
b24b063552 | Created testauth WSGI middleware to replace Swauth as development auth service. | ||
|
gholt
|
bd22dbe712 | Removing DevAuth | ||
|
David Goetz
|
86cb12036b | removing blank excepts | ||
|
gholt
|
1665568458 | Merge from trunk | ||
|
Anne Gentle
|
8823427161 | Changed copyright notices on py files and the single rst file with a copyright notice | ||
|
gholt
|
35f3487879 | Incorporated Swauth into Swift as an optional DevAuth replacement. | ||
|
gholt
|
2b995be46c | Bugfixes. Rest of tests. | ||
|
Chuck Thier
|
63538345f2 |
Modified probe tests to work with setup.py develop installs
Updated SAIO instructions to note that probe tests will reset your environment Added the swift.egg-info directory to .bzrignore |
||
|
Chuck Thier
|
001407b969 | Initial commit of Swift code |