Skip to content

Updating Unit Test Count for Airflow Multipartition

harshit aggarwal requested to merge haaggarw/FixUT-WIP into master

Infrastructure Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [NA] I have added tests to cover my changes.
  • [YES] All new and existing tests passed.
  • [YES] I have formatted the terraform code. (terraform fmt -recursive && go fmt ./...)

Current Behavior or Linked Issues


After enabling Airflow Multipartition changes, the resource count will change hence taking the change to include that

Does this introduce a breaking change?


  • [NO]

MR Guildelines

  • Paste TF Plan for the MR.
  • Pre-Merge pipeline should be run before merging. (Azure team)
  • Does the module exists for new resource.
  • Is there a new variable added in the MR. (Don’t use library variables and use locals)

Other information


Doc - https://community.opengroup.org/osdu/platform/deployment-and-operations/infra-azure-provisioning/-/blob/master/docs/infra-automation.md#L121

Pre merge pipeline run - https://dev.azure.com/osdu-demo/OSDU_Rx/_build/results?buildId=154326&view=results

Edited by harshit aggarwal

Merge request reports