-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Replaces x-pack/test/functional/es_archives/logstash_functional with test/functional/fixtures/es_archiver/logstash_functional in test files #114189
Conversation
…irectory with the one from test/functional/fixtures data
It seems that both of those logstash_functional data sets have gotten small modifications to them. Here's the diff;
|
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: cc @bhavyarm |
@flash1293 Question to you because you reviewed Wylie's PR - #76971 Did this pr because we realized there were two logstash functional data files. One under x-pack - 'x-pack/test/functional/es_archives/logstash_functional' and one under OSS - 'test/functional/fixtures/es_archiver/logstash_functional' As you can see except two test files - the changes are fine and tests pass for the rest of them. Now - the logstash functional data in xpack has mapping conflict for this field - machine.ram_range. And you can see @LeeDr comment above which talks about other differences. My question is do you know why Wylie added field mapping conflict? Was it done intentionally? Do we know how this affects tests? Thank you! This is the mapping for the field in logstash-*
|
@bhavyarm I think as long as just the xpack version is loaded, there’s no conflict. This test is there to check whether range type fields are shown in the correct places - this is a valid test we should keep. |
@flash1293 Joe - loading this is showing conflicts - 'x-pack/test/functional/es_archives/logstash_functional'. For the field machine.ram_range as I have indicated in the screenshot. |
Huh, I don't think this happens on purpose - the field got added to test the range field type integration, I think the conflict isn't necessary to do so. |
@flash1293 Right. I am going to wait for Lee's come back and figure out if we want to upload data without conflicts here. Or add a test to test mapping conflict now that there is data. Thanks! |
Closing as we have tests for data views and conflicts |
We have two logstash functional data folders - one under test/functional/fixtures/es_archiver/logstash_functiona and another under x-pack/test/functional/es_archives/logstash_functional ( this data has mapping conflicts). This PR is replacing the latter with the former.