kubecf icon indicating copy to clipboard operation
kubecf copied to clipboard

Investigate skipped tests in SITs suite.

Open bikramnehra opened this issue 4 years ago • 0 comments

Describe the bug Some tests in SITs are currently skipping:

Ran 3 of 11 Specs in 92.877 seconds
SUCCESS! -- 3 Passed | 0 Failed | 0 Flaked | 0 Pending | 8 Skipped

To Reproduce Deploy kubecf and run SITs: bazel run //testing/sync_integration_tests

Environment

  • CF Version: 12.33
  • Component/Plugin Name: SITs

Additional context We noticed similar behavior on scf: https://jenkins-new.howdoi.website/job/scf-develop/1934/consoleFull

22:07:06 • [SLOW TEST:122.630 seconds]
22:07:06 Syncing
22:07:06 /var/vcap/packages/sync-integration-tests/src/code.cloudfoundry.org/sync-integration-tests/sync_integration_test.go:19
22:07:06   Reconciling state between cc and diego
22:07:06   /var/vcap/packages/sync-integration-tests/src/code.cloudfoundry.org/sync-integration-tests/sync_integration_test.go:20
22:07:06     LRP Syncing
22:07:06     /var/vcap/packages/sync-integration-tests/src/code.cloudfoundry.org/sync-integration-tests/sync_integration_test.go:21
22:07:06       restarts processes missing from diego
22:07:06       /var/vcap/packages/sync-integration-tests/src/code.cloudfoundry.org/sync-integration-tests/sync_integration_test.go:30
22:07:06 ------------------------------
22:07:24 
22:07:24 Ran 3 of 10 Specs in 161.493 seconds
22:07:24 SUCCESS! -- 3 Passed | 0 Failed | 0 Flaked | 0 Pending | 7 Skipped
22:07:24 

bikramnehra avatar Mar 06 '20 19:03 bikramnehra