Skip to content

Separate out health integration test with its own tag

Mina Otgonbold requested to merge update-health-it into master

Type of change

Currently health integration test is running as one of the default integration test. If the cloud provider requires token for all requests, these integration tests fail as it doesn't send any token in the request. To disable these health integration test, we need to create a separate tag because 1.2.5 version of cucumber doesn't support disable of a particular feature. With this MR, it is more flexible to choose health integration tests to run or not at the mvn command level.

Does this introduce a change in the core logic?

  • NO, It should be no op change.

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • NO

What is the current behavior?

No behavioral change

What is the new/expected behavior?

No behavioral change. It is more flexible to choose to run or not at the mvn command level.

Have you added/updated Unit Tests and Integration Tests?

N/A

Any other useful information

Edited by Riabokon Stanislav(EPAM)[GCP]

Merge request reports

Loading