Skip to content

Commit

Permalink
Update comment to reflect test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karanthukral committed Jul 17, 2017
1 parent 97a7d9b commit 4e33094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/kubernetes_deploy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ def test_wait_false_still_waits_for_priority_resources
end

def test_deployment_with_progress_times_out_for_short_duration
# The deployment adds a progressDealineSeconds of 1s and attepts to deploy 10 replicas
# This should timout as 1s between events is not enough
# The deployment adds a progressDealineSeconds of 2s and attepts to deploy a container
# which sleeps and cannot fulfill the readiness probe causing it to timeout
refute deploy_fixtures("misc-templates", subset: ["deployment-w-progress.yml"])

assert_logs_match_all([
Expand Down Expand Up @@ -508,7 +508,7 @@ def test_output_when_switching_labels_incorrectly

def test_can_deploy_deployment_with_zero_replicas
success = deploy_fixtures("hello-cloud", subset: ["configmap-data.yml", "web.yml.erb"]) do |fixtures|
web = fixtures["web.yml.erb"]["Deployment"].first
web = fixtures["web.yml.erb"]["Deployment"]/.first
web["spec"]["replicas"] = 0
end

Expand Down

0 comments on commit 4e33094

Please sign in to comment.