2352b9d66f7a767376d36bd5b79d4b2c328ea45a
32 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
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 |
||
|
Paul McMillan
|
92fbf44d10 |
Fixed grammar and improve docs.
Corrected its/it's mistakes, harmonized line wrapping within some docs and clarified doc wording in several places. Change-Id: Ib9ac6d5e859f770a702e1fad6de8d4abe0390b47 |
||
|
John Dickinson
|
1ecf5ebba1 |
updated copyright date for all files
Change-Id: Ifd909d3561c2647770a7e0caa3cd91acd1b4f298 |
||
|
gholt
|
1dca388dec | Merge from trunk | ||
|
gholt
|
56bafed131 | Merged from trunk | ||
|
gholt
|
7c9e542c02 | Implemented object POST as COPY | ||
|
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. | ||
|
David Goetz
|
cddee1b064 | adding the probe test | ||
|
David Goetz
|
e999656935 | unit tests for timeout exception | ||
|
David Goetz
|
be01135c75 | make executable | ||
|
David Goetz
|
863393c823 | pep8 | ||
|
David Goetz
|
5482035bc0 | change ite logic and add more tests | ||
|
David Goetz
|
61e53372be | merging to trunk | ||
|
David Goetz
|
86c84c3bc3 | unittests workng and added probe test | ||
|
gholt
|
bd22dbe712 | Removing DevAuth | ||
|
Michael Barton
|
326dfac188 | remove offending probe checks | ||
|
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
|
a7edf44b16 | Merge from trunk (i18n) | ||
|
gholt
|
af99fb17e0 | Fixed probe tests to not use relativity (on imports) | ||
|
gholt
|
35f3487879 | Incorporated Swauth into Swift as an optional DevAuth replacement. | ||
|
gholt
|
2b995be46c | Bugfixes. Rest of tests. | ||
|
gholt
|
d0367fdf19 | Updated direct_client to match the changes in client | ||
|
gholt
|
bb01c22440 | Updated tools and client.py to work with ACLs | ||
| 65358e873f | pyflakes cleanups, unused modules, and variables | |||
|
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 |