bf2fc6cc711aee1a0c2a/kas-fleet-manager

connectors tests failing intermittently

Closed this issue · 3 comments

  Scenario: Greg creates lists and deletes a connector verifying that Evil Bob can't access Gregs Connectors # features/connector-api.feature:273
    And the vault delete counter should be 0 # features/connector-api.feature:415
      Error: vault delete counter does not match expected: 0, actual: 1

The failure was also observed in https://github.com/bf2fc6cc711aee1a0c2a/kas-fleet-manager/runs/2951727097?check_suite_focus=true

@chirino have you seen that happening before?

Could it be that the DB is not clearing out right between runs? If not, it could be I have a concurrent Scenario running affecting the counters unexpectedly.. I'll dig into it a little more.

@chirino thanks.