Commit Graph

14428 Commits

Author SHA1 Message Date
Dr. Stefan Schimanski
dd7345b25f Fix offer+pod races in mesos scheduler plugin test
- Offers were reused and led to unexpected declining by the scheduler because
  the reused offer did not get a new expiration time.
- Pod scheduling and offer creation was not synchronized. When scheduling
  happened after aging of offers, the first issue was trigger. Because
  the mesos driver DeclineOffer was not mocked this lead to a test error.
2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
bf44f5df28 Add DeclineOffer return value to mock driver in mesos scheduler test
Depending on timing the mesos scheduler might call DeclineOffer:

The default ttl of an offer in mesos scheduler is 5sec. If the tests run longer,
the old, unused offers are declined, leading to an mock error.

Probably fixes GoogleCloudPlatform/kubernetes#10795
2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
05cf9043b5 Update stretchr/testify godep
Fix panic in tests using mock due to stretchr/testify#180
2015-07-13 22:41:23 +02:00
Tim Hockin
36fa535c58 Merge pull request #11032 from thockin/shippable-verify-generated
Verify generated stuff in CI
2015-07-13 11:31:18 -07:00
Tim Hockin
64e3047397 Merge pull request #11124 from thockin/docs-munge-branch-warnings_filter_munges
Make all docs have a warning if unversioned
2015-07-13 11:30:50 -07:00
Tim Hockin
558ae212a5 Merge pull request #11165 from brendandburns/e2e2
increase NUM_MINIONS to 3 for e2e + jenkins by default.
2015-07-13 11:28:38 -07:00
Tim Hockin
fffc64e733 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Tim Hockin
06a6623a70 Filter munges out during doc generation
This allows us to apply content-mutating munges to generated files and nothave
the verifier flag them as needing regeneration later.
2015-07-13 11:23:07 -07:00
Tim Hockin
ad8f8731b6 Use a common set of tag prefixes for munges
All munges now start with `<!-- BEGIN MUNGE:` and end with `<!-- END MUNGE:`.
This lets me (in a followup) filter them better to normalize contents during
verification of generated docs.
2015-07-13 11:23:07 -07:00
Tim Hockin
8fceb754d8 Add 'warning: is unversioned' header to all docs
Mungedocs will keep this updated in head, and it will get stricken from
releases.
2015-07-13 11:23:07 -07:00
Tim Hockin
594bcf3c9d Add an 'is versioned' tag to docs when releasing 2015-07-13 11:23:07 -07:00
Tim Hockin
981f4550e8 When releasing, process all md files 2015-07-13 11:23:07 -07:00
Tim Hockin
f5919d4846 Merge pull request #11163 from erictune/no0xd
Delete the dreaded CR character.
2015-07-13 11:15:04 -07:00
Tim Hockin
9706d560ca Merge pull request #11135 from wojtek-t/retry_proxy_test
Retry 'service unavailable' failures in proxy test
2015-07-13 10:59:05 -07:00
Tim Hockin
d9c7b4ee54 Merge pull request #11094 from mikedanese/v1beta3
make some manifests in docs/high-availability v1
2015-07-13 10:42:03 -07:00
Brendan Burns
910857a4a8 increase NUM_MINIONS to 3 for e2e + jenkins by default. 2015-07-13 10:35:15 -07:00
Eric Tune
6aebd1852f Delete the dreaded CR character. 2015-07-13 10:28:04 -07:00
Tim Hockin
2ad0774562 Merge pull request #11122 from zmerlynn/multi-pick
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00
Tim Hockin
8dff1b5e34 Verify generated stuff in CI 2015-07-13 10:09:14 -07:00
Tim Hockin
948a98b2c1 Merge pull request #11159 from brendandburns/docs3
Fix a small typo.
2015-07-13 10:06:11 -07:00
Mike Danese
37f0368ba2 make some manifests in docs/high-availability v1 2015-07-13 09:58:22 -07:00
Tim Hockin
03aa143328 Merge pull request #11145 from marekbiskup/kubectl-rolling-update-doc-fix
kubectl-rolling-update-doc-fix
2015-07-13 09:47:19 -07:00
Tim Hockin
213afd24f0 Merge pull request #11149 from epc/epc-2015194
Copy edits to remove doubled words
2015-07-13 09:45:51 -07:00
Brendan Burns
7620041ed4 Fix a small typo. 2015-07-13 09:38:40 -07:00
Tim Hockin
5d3b0c0540 Merge pull request #11143 from marekbiskup/firewall-rule-syntax
fix firewall rule create syntax for gce
2015-07-13 09:38:24 -07:00
Tim Hockin
bd70a1e220 Merge pull request #11132 from ZJU-SEL/patch-doc
Update with on going task and warning os limit
2015-07-13 09:11:08 -07:00
Tim Hockin
763ca2ec57 Merge pull request #11131 from bfallik/patch-1
Update dns.md
2015-07-13 09:09:59 -07:00
Marek Grabowski
d386a87a90 Merge pull request #11139 from wojtek-t/fix_shell_services_test
Fix shell Services e2e test
2015-07-13 17:17:26 +02:00
Wojciech Tyczynski
8d98ad7a76 Retry 'service unavailable' failures in proxy test 2015-07-13 16:43:49 +02:00
Wojciech Tyczynski
403c39d742 Fix shell Services test 2015-07-13 16:43:06 +02:00
Wojciech Tyczynski
1e2e38ad19 Merge pull request #11147 from zmerlynn/i11105
Fix TestRunExposeService
2015-07-13 16:41:50 +02:00
Ed Costello
2b941634d8 Copy edits to remove doubled words 2015-07-13 10:11:55 -04:00
Zach Loafman
180a38c181 hack/cherry_pick_pull.sh: Allow multiple pulls
Reorder the arguments to allow for multiple pulls at the end:
  hack/cherry_pick_pull.sh <remote branch> <pr-number>...

This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Zach Loafman
ca21fca74a Fix TestRunExposeService
No longer emits "you will also need to explicitly open a firewall"
after #10974.

Fixes #11105
2015-07-13 06:48:58 -07:00
Marek Biskup
d1f2541755 kubectl-rolling-update-doc-fix 2015-07-13 15:09:26 +02:00
Marek Biskup
3003b22838 fix firewall rule create syntax for gce 2015-07-13 15:03:36 +02:00
Zach Loafman
0c5b97627c Merge pull request #11106 from davidopp/clean
Disable TestPlugin_LifeCycle due to flakiness.
2015-07-13 05:32:59 -07:00
Zach Loafman
c4f100f786 Merge pull request #11137 from davidopp/somebranch
Run hack/run-gendocs.sh
2015-07-13 05:21:37 -07:00
David Oppenheimer
d7d7bb9bc9 Run hack/run-gendocs.sh 2015-07-13 01:39:42 -07:00
resouer
1128d1c44a Update with on going task and os limit 2015-07-13 13:43:12 +08:00
Brian Fallik
78aa11ac46 Update dns.md
Slighting wording update to (hopefully) improve the flow.
2015-07-13 01:26:25 -04:00
Tim Hockin
2c27b1fa64 Merge pull request #11129 from epc/epc-2015193
Copy edits for typos
2015-07-12 20:48:59 -07:00
Ed Costello
98e9f1eeae Copy edits for typos 2015-07-12 22:03:06 -04:00
Tim Hockin
a1efb50a29 Merge pull request #11121 from jason-riddle/ui-docs
Add namespace to kubectl create command
2015-07-12 15:52:31 -07:00
Tim Hockin
ea9272c4b7 Merge pull request #11080 from satnam6502/reboot
Fix reboot test to use system namespace
2015-07-12 15:17:53 -07:00
Tim Hockin
d108d7f1d0 Merge pull request #11117 from justinsb/e2e_aws_increase_nodeboot_timeout
e2e: AWS: Increase timeout on the node resize tests
2015-07-11 23:16:44 -07:00
Tim Hockin
31ec4bd29b Merge pull request #11118 from iakshay/patch-1
Fix formatting in networking.md
2015-07-11 23:13:56 -07:00
Jason Riddle
693122f87f Add namespace to kubectl create command 2015-07-11 20:02:27 -04:00
Akshay Aurora
789e50439b Fix formatting in networking.md 2015-07-12 03:49:01 +05:30
Justin Santa Barbara
f861d92e56 e2e: AWS: Increase timeout on the node resize tests
Regularly hitting these timeouts, it seems that AWS is just slower to boot;
this makes sense - AWS uses a standard image for example, so has more software
to install (never mind any arguments about the clouds themselves!)
2015-07-11 17:17:12 -04:00