Skip to content

Commit

Permalink
Change test page size to avoid index/search TimeInMillis < 1 issue. (#…
Browse files Browse the repository at this point in the history
…460) (#475)

* Change test page size to avoid indexTimeInMillis < 1 issue.

Signed-off-by: Angie Zhang <[email protected]>

* Change test page size to avoid indexTimeInMillis < 1 issue.

Signed-off-by: Angie Zhang <[email protected]>

Signed-off-by: Angie Zhang <[email protected]>
(cherry picked from commit 307ed55)

Co-authored-by: Angie Zhang <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Angie-Zhang authored Aug 31, 2022
1 parent 1059418 commit 5ff8143
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TransformRunnerIT : TransformRestTestCase() {
sourceIndex = "transform-source-index",
targetIndex = "transform-target-index",
roles = emptyList(),
pageSize = 100,
pageSize = 10,
groups = listOf(
Terms(sourceField = "store_and_fwd_flag", targetField = "flag")
)
Expand Down Expand Up @@ -84,7 +84,7 @@ class TransformRunnerIT : TransformRestTestCase() {
sourceIndex = "transform-source-index",
targetIndex = "transform-target-index",
roles = emptyList(),
pageSize = 100,
pageSize = 10,
groups = listOf(
Terms(sourceField = "store_and_fwd_flag", targetField = "flag")
),
Expand Down

0 comments on commit 5ff8143

Please sign in to comment.