-
Notifications
You must be signed in to change notification settings - Fork 920
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
[CI][BWC] Date range for tests incorrect params #1772
[CI][BWC] Date range for tests incorrect params #1772
Conversation
Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
What was actually incorrect with the previous inlined version? I'm not spotting the obvious bug... |
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.
LGTM
I was passing in a single string instead of 2. So it was treated as a single interpolated string 😢 |
Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf)
Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf)
Aha! Yeah, my eyes totally glazed over that - each time I saw it as 2 args 😭 |
Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
) (opensearch-project#1773) Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
) (opensearch-project#1773) Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
) (opensearch-project#1774) Incorrectly set the date range of the library. This sets the value correctly and turns the dates into consts. Issue: n/a Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit 4703abf) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Description
Incorrectly set the date range of the library. This sets the value
correctly and turns the dates into constants.
Signed-off-by: Kawika Avilla kavilla414@gmail.com
Issues Resolved
n/a
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr