Documentation and other papercuts for datasource api launch by vamsimanohar · Pull Request #1530 · opensearch-project/sql · GitHub
Skip to content

Documentation and other papercuts for datasource api launch#1530

Merged
vamsimanohar merged 1 commit into
opensearch-project:mainfrom
vamsimanohar:datasources-documentation
Apr 17, 2023
Merged

Documentation and other papercuts for datasource api launch#1530
vamsimanohar merged 1 commit into
opensearch-project:mainfrom
vamsimanohar:datasources-documentation

Conversation

@vamsimanohar

@vamsimanohar vamsimanohar commented Apr 17, 2023

Copy link
Copy Markdown
Member

Description

  • Improves documentation for datasource APIs. [Master Key Config, Keystore Config Deprecation]
  • Fixed prometheus integ test failures when running individually.
  • Removed keystore config from doctests.
  • Removed integtest.sh script since keystore config is no longer required.

Issues Resolved

#1477

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@vamsimanohar vamsimanohar force-pushed the datasources-documentation branch 2 times, most recently from cfdeb0d to 520d6d7 Compare April 17, 2023 18:37
@codecov-commenter

codecov-commenter commented Apr 17, 2023

Copy link
Copy Markdown

@vamsimanohar vamsimanohar force-pushed the datasources-documentation branch from 520d6d7 to 632e264 Compare April 17, 2023 19:13
@vamsimanohar vamsimanohar marked this pull request as ready for review April 17, 2023 19:18
@vamsimanohar vamsimanohar linked an issue Apr 17, 2023 that may be closed by this pull request
5 tasks
@vamsimanohar vamsimanohar self-assigned this Apr 17, 2023
@vamsimanohar vamsimanohar added enhancement New feature or request v2.7.0 labels Apr 17, 2023
@vamsimanohar vamsimanohar force-pushed the datasources-documentation branch 2 times, most recently from 1846078 to 8ce367c Compare April 17, 2023 19:35
penghuo
penghuo previously approved these changes Apr 17, 2023

@Yury-Fridlyand Yury-Fridlyand Apr 17, 2023

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This will extend CI run for 20 sec just for sleeping few times (few classes). Is it possible to do a conditional sleep? It is necessary to wait more than one time?

@vamsimanohar vamsimanohar Apr 17, 2023

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I need to query prometheus in a loop till it generates metrics.
I can reduce this to 10sec.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It will be great if you can, or consider this to follow-up update:

while (!isMetricsGenerated()) {
  sleep(100);
}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

will follow up in the next release. Thanks.

rupal-bq
rupal-bq previously approved these changes Apr 17, 2023
YANG-DB
YANG-DB previously approved these changes Apr 17, 2023
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
@vamsimanohar vamsimanohar dismissed stale reviews from YANG-DB and rupal-bq via f77f398 April 17, 2023 20:19
@vamsimanohar vamsimanohar force-pushed the datasources-documentation branch from c5a94ca to f77f398 Compare April 17, 2023 20:19
@vamsimanohar vamsimanohar merged commit fd1d7d8 into opensearch-project:main Apr 17, 2023
opensearch-trigger-bot Bot pushed a commit that referenced this pull request Apr 17, 2023
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit fd1d7d8)
opensearch-trigger-bot Bot pushed a commit that referenced this pull request Apr 17, 2023
Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit fd1d7d8)
vamsimanohar added a commit that referenced this pull request Apr 17, 2023
…1533)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit fd1d7d8)

Co-authored-by: Vamsi Manohar <reddyvam@amazon.com>
vamsimanohar added a commit that referenced this pull request Apr 17, 2023
…1534)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit fd1d7d8)

Co-authored-by: Vamsi Manohar <reddyvam@amazon.com>
acarbonetto pushed a commit to Bit-Quill/opensearch-project-sql that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Datasource APIS] Documentation and other miscellaneous tasks

7 participants