openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

CurrentController release-number shall be 1.0.0 in pipeline #485

Closed IswaryaaS closed 6 months ago

IswaryaaS commented 1 year ago

Testcase fails in following path:

ServiceLayer :: IndividualPart :: Acceptance :: /v1/list-applications-in-generic-representation :: Response body completeness :: Expected /v1/list-applications-in-generic-representation ::

failed Assertion:: field-name = CurrentController has invariant value from Load file '2.0.1'

Reason:: input load-file has release-number of CurrentController = 2.0.1 but in server, CurrentController is expected to be 1.0.0

Workaround: In Jenkins pipeline, while updating input load-file given to test-suite, release-number of CurrentController could be eliminated while updating the release-numbers using sed command.

Note: In 2.0.2, load file given to test-suite will be updated with correct release-numbers. This problem shall be avoided when sed command is removed in pipeline

Fix is expected in pipeline

IswaryaaS commented 6 months ago

CurrentController instance has been removed from config file in v2.1.1