Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 9d48077

Browse files
reneighborSannidhi Jalukar
andcommitted
Debugging flaky process sync unit test
[#172570490] Co-authored-by: Renee Chu <rchu@pivotal.io> Co-authored-by: Sannidhi Jalukar <sjalukar@pivotal.io>
1 parent 551107c commit 9d48077

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spec/unit/lib/cloud_controller/diego/processes_sync_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ module Diego
99

1010
let(:bbs_apps_client) { instance_double(BbsAppsClient) }
1111

12-
let!(:missing_process_unstarted) { ProcessModel.make(:diego_runnable, state: 'STOPPED') }
13-
let!(:missing_process_no_droplet) { ProcessModel.make(:process) }
14-
1512
let(:scheduling_infos) { [] }
1613
let(:statsd_updater) { instance_double(VCAP::CloudController::Metrics::StatsdUpdater, update_synced_invalid_lrps: nil) }
1714

@@ -437,6 +434,7 @@ module Diego
437434
end
438435

439436
it 'does nothing to the task' do
437+
puts "diego_docker flag value: #{VCAP::CloudController::FeatureFlag.enabled?(:diego_docker)}"
440438
allow(bbs_apps_client).to receive(:desire_app)
441439
allow(bbs_apps_client).to receive(:update_app)
442440
allow(bbs_apps_client).to receive(:stop_app)

0 commit comments

Comments
 (0)