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

YamlPlugin: Option without children #94

Open
simisimon opened this issue Jan 17, 2022 · 0 comments
Open

YamlPlugin: Option without children #94

simisimon opened this issue Jan 17, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@simisimon
Copy link
Member

simisimon commented Jan 17, 2022

The analysis of elasticsearch failed due to an IndexError in conflict_detector.py

2022-01-15 07:55:01,255 |     INFO |             launcher | Analyzing network for elasticsearch.
2022-01-16 11:38:36,053 |    ERROR |             analyzer | An exception occurred during analysis at commit 39ccc67a7bc19f7dbce2468bd3a0ad8ebd5bcaa0.
2022-01-16 11:38:36,054 |    ERROR |             analyzer | list index out of range

I tried to reproduce this error corresponding commits using some additional logging messages.
I got the the following:

2022-01-17 09:56:14,075 |     INFO |             launcher | Validate configuration network
2022-01-17 09:56:15,475 |    ERROR |    conflict_detector | Option a does not contain a child: elasticsearch::::post_data.yaml::::Test POST data with invalid parameters::::Test POST data with invalid parameters_1::::do::::xpack.ml.p

It seems that the last line in the example below caused the error.

"Test POST data with invalid parameters":
  - skip:
      features: ["headers"]

  - do:
      #set the header so we won't randomize it
      headers:
        Content-Type: application/json
      catch: missing
      xpack.ml.post_data:
        job_id: not_a_job
        body: {}
@simisimon simisimon added the bug Something isn't working label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant