-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
top_metrics needs a test for flattened fields #70108
Comments
Pinging @elastic/es-analytics-geo (Team:Analytics) |
Newbie to open-source coding. Like to pick this Issue. |
Go ahead! I imagine we'd add the test to |
trying to understand how test work. |
Sorry, yeah. Those yml files are the integration tests we share with our client libraries. In this case I'm looking for a test that creates a |
Have figured out the test case, was quite busy at work this last month. hoping to raise the PR soon. |
I am interested to pick this Issue, are you still working on it? @fighting-dreamer |
@GrayFox1 I imagine @fighting-dreamer is not going to finish this one so if you'd like to have a look go for it. Since we've had a whole bunch of similar comments to yours in the past few days I'll mention that we don't want contributions made as part of a class. I'm not sure if that applies to you. Folks contributing as part of a class tend to open PRs but not take the time to go through the actual code review portion of the process. And when a whole class piles on trying to contribute to the project it puts a bunch of load on the maintainers. Sorry for the big paragraph. Its become a thing.... Anyway, if you aren't from a class then welcome! Honestly the rule isn't hard and fast - if you are from a class but swear to go through with the code review, even if we finish it after your class then I'm willing to work with you. Sorry for all this.
I think these are still the correct instructions! As of today you'll need JAVA_HOME to be set to a Java 16 installation to build Elasticsearch. |
Hi @nik9000 , The test can be run using the following command:
I've confirmed that the test is passing. Currently the test is very simple. Please do tell me if there are any improvements that can be made else I'll raise a PR if this is sufficient. |
@nik9000 Can you please provide an update on this issue or is it already resolved? If not can you check my solution in previous comment? |
Could you open a PR for it? |
Sorry about leaving you hanging again! I just had to wait for the tests to
pass and then merge it. Thanks for your contribution! I promise to be
better about reviewing in the future.
…On Mon, Oct 18, 2021, 03:06 Nilanshu V Rajmane ***@***.***> wrote:
Hi @imotov <https://github.com/imotov> @nik9000
<https://github.com/nik9000> , can you please provide an update regarding
this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#70108 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUXIWD2LDCIMP6UHFHTJTUHPBOHANCNFSM4YZ6BQ4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@nik9000 don't worry, it wasn't a big deal. Also I'm happy to contribute. I got to learn a lot from this task. |
Closed by #78960. |
I believe
top_metrics
can fetchflattened
fields but I never wrote a test for it because I didn't realize anyone would be interested in that. Folks seem to be. We should probably have a test to make sure it continues to work.The text was updated successfully, but these errors were encountered: