-
Notifications
You must be signed in to change notification settings - Fork 2
ElasticSearch_PerformanceTests #11
base: master
Are you sure you want to change the base?
Conversation
…g performance testing
…g performance testing
…g performance testing
S2S update (CNP)
Amended PR Description |
|
||
import scala.concurrent.duration._ | ||
|
||
object ESExactMatchYesOrNo extends PerformanceTestsConfig { |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale and outdated.
Before creating a pull request make sure that:
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")