Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve conformance validation (#3023)
* feat(gateway): Improvement of existing conformance testing Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * refactor(gateway): Added missing comments Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Removed a print statement. Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Better response from the conformance endpoint Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Better response from the conformance endpoint Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * refactor(gateway): Got rid of duplicate discovery client calls Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * docs(gateway): Changed text in gateway-log-messages.yml based on comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Addressed the rest of comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Addressed the new comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed a method not following a naming convention Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed reason why build was failing Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Addressed Pablo's comments on PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Updated an integration test for conformance Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Updated integration tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Improvement of existing conformance testing Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * refactor(gateway): Added missing comments Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Removed a print statement. Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Better response from the conformance endpoint Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * refactor(gateway): Got rid of duplicate discovery client calls Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * docs(gateway): Changed text in gateway-log-messages.yml based on comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Addressed the rest of comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * feat(gateway): Addressed the new comments on the PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed a method not following a naming convention Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed reason why build was failing Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Addressed Pablo's comments on PR Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Updated an integration test for conformance Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Updated integration tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed code smells Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed 1 bug from sonar Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Disabled caching on a github action as a test Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Enabled cache again + removed some tests to see if they are the reason why the build fails Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Enabled cache again + removed some tests to see if they are the reason why the build fails Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Enabled cache again + removed some tests to see if they are the reason why the build fails Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Disabled cache again, changed unit tests :gateway-service:test shouldn't fail anymore Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Disabled cache again, changed unit tests :gateway-service:test shouldn't fail anymore Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Modified unit tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Modified unit tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Modified unit tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Fixed unit tests Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Enabled build cache Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Disabled build cache Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Enabled build cache + should create an artifact after failing Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> * fix(gateway): Disabled the creation of artifact from previous commit Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> --------- Signed-off-by: matejpopda <20053580+matejpopda@users.noreply.github.com> Co-authored-by: ShobhaJayanna <36433611+Shobhajayanna@users.noreply.github.com> Co-authored-by: Andrea Tabone <39694626+taban03@users.noreply.github.com>
- Loading branch information