Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

ElasticSearch_PerformanceTests#11

Open
kapiljain786 wants to merge 11 commits intomasterfrom
ESPT
Open

ElasticSearch_PerformanceTests#11
kapiljain786 wants to merge 11 commits intomasterfrom
ESPT

Conversation

@kapiljain786
Copy link
Copy Markdown

Before creating a pull request make sure that:

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)

Please remove this line and everything above and fill the following sections:

JIRA link (if applicable)

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[ ] No

@kapiljain786 kapiljain786 changed the title Espt ElasticSearch_PerformanceTests Nov 15, 2018
@kapiljain786
Copy link
Copy Markdown
Author

Amended PR Description


import scala.concurrent.duration._

object ESExactMatchYesOrNo extends PerformanceTestsConfig {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you rename from ESExactMatchYesOrNo to SearchExactMatchYesOrNo

private val url: String = config.getString("caseDataUrl") + "/" + config.getString("ESSearch")
println("Elastic Search Exact Match on YesORNo field PT - URL: " + url)

val ESExactMatchYesOrNoReqPayload = StringBody(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we just name this payload

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

similar in other places

getPrintableDocumentsForEvent = "caseworkers/176475/jurisdictions/AUTOTEST1/case-types/CASETYPE2/cases/1531207599597587/documents"
validateCaseDetails = "caseworkers/176475/jurisdictions/AUTOTEST1/case-types/AAT/validate"
docStoreBashURL = "https://dm-store-sprod.service.core-compute-sprod.internal"
ESSearch = "searchCases"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this should be called searchUrl instead of ESSearch

Copy link
Copy Markdown
Contributor

@vlaurin vlaurin left a comment

Choose a reason for hiding this comment

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

Stale and outdated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants