Skip to content
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

e2e test failure on pre-prod (stage) #982

Open
tisnik opened this issue Jun 14, 2019 · 0 comments
Open

e2e test failure on pre-prod (stage) #982

tisnik opened this issue Jun 14, 2019 · 0 comments
Labels

Comments

@tisnik
Copy link
Member

tisnik commented Jun 14, 2019

  Scenario: Check the component search functionality for existing component from the pypi ecosystem  # features/component_search.feature:35

    Given System is running                                                                          # features/steps/common.py:29

    Given Component search service is running                                                        # features/steps/component_analysis.py:14

    When I acquire the authorization token                                                           # features/steps/authorization.py:36

    Then I should get the proper authorization token                                                 # features/steps/authorization.py:22

    When I search for component clojure_py with authorization token                                  # features/steps/component_analysis.py:45

    Then I should find the analysis for the component clojure_py from ecosystem pypi                 # features/steps/component_analysis.py:148

      Traceback (most recent call last):

        File "/usr/lib/python3.4/site-packages/behave/model.py", line 1456, in run

          match.run(runner.context)

        File "/usr/lib/python3.4/site-packages/behave/model.py", line 1903, in run

          self.func(context, *args, **kwargs)

        File "/tests/features/steps/component_analysis.py", line 162, in check_component_analysis_existence

          format(component=component, ecosystem=ecosystem))

      Exception: Component clojure_py for ecosystem pypi could not be found
@tisnik tisnik added the bug label Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant