Skip to content

V1.9.2rc integration tests upgrade #1401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 27, 2022
Merged

Conversation

emasab
Copy link
Contributor

@emasab emasab commented Jul 26, 2022

  • fix .env with newer docker-compose
    docker-compose in newer version was using the .env file as its configuration file and cluster-up wasn't working
  • fixed basic auth integration test
    the test was using the wrong SR instance, the one without authentication
  • protoc test fix with newer Python and protobuf versions
    the old compiled py files were giving an error with the latest python protobuf. Recompiling them would give an import error with newer Python versions because of the relative import not explictlly declared. Changing them to absolute import is the way suggested by protobuf developers.

@emasab emasab force-pushed the v1.9.2rc-integration-tests-upgrade branch from 2b1df96 to 929d28c Compare July 26, 2022 15:32
@emasab emasab marked this pull request as ready for review July 26, 2022 15:32
@emasab emasab requested a review from a team as a code owner July 26, 2022 15:32
@emasab emasab force-pushed the v1.9.2rc-integration-tests-upgrade branch from 929d28c to 5a94ded Compare July 26, 2022 15:53
@emasab emasab changed the base branch from v1.9.2rc to master July 26, 2022 15:56
emasab added 3 commits July 26, 2022 18:21
it was using the SR instance without basic auth.
Upgraded SR configuration properties.
changed imports from relative to absolute.
@emasab emasab force-pushed the v1.9.2rc-integration-tests-upgrade branch from 5a94ded to 5ae1cc4 Compare July 26, 2022 16:21
@emasab
Copy link
Contributor Author

emasab commented Jul 26, 2022

Tests output
tests.zip

Copy link
Contributor

@mhowlett mhowlett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some good cleanup as well 👍

@emasab emasab merged commit c2c8b6b into master Jul 27, 2022
@emasab emasab deleted the v1.9.2rc-integration-tests-upgrade branch July 27, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants