You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# status: waiting for both good and bad commits
# bad: [d35ea28b2ce991b9e4bd338833ffa613f19bef5e] Clean up imports and whitespace (#282)
git bisect bad d35ea28b2ce991b9e4bd338833ffa613f19bef5e
# status: waiting for good commit(s), bad commit known
# good: [1866e6ee95c15036038d6c95a5c54c6fe648de36] fix: php 8.4 deprecations (#226)
git bisect good 1866e6ee95c15036038d6c95a5c54c6fe648de36
# bad: [70e71ffe98409d7345aac371c7cd5ed72a6731eb] Added optional headers to the AWS SigningDecorator. (#253)
git bisect bad 70e71ffe98409d7345aac371c7cd5ed72a6731eb
# good: [6b08b1699c1b83cae89724dc0f306872cf3298a7] Updated opensearch-php to reflect the latest OpenSearch API spec (2024-11-14) (#238)
git bisect good 6b08b1699c1b83cae89724dc0f306872cf3298a7
# bad: [887df5e8d1b0513fd36ca66cc626ef379bda51f9] Adds a test for the signing client decorator (#252)
git bisect bad 887df5e8d1b0513fd36ca66cc626ef379bda51f9
# bad: [d7508383d2b824a2aaae4feb0a22a10a3b8cb1f4] Updated opensearch-php to reflect the latest OpenSearch API spec (2024-12-15) (#241)
git bisect bad d7508383d2b824a2aaae4feb0a22a10a3b8cb1f4
# bad: [f110a1752a09f31f4be5a16fefbf7d01962f753c] Replace callable with Endpoint factory (#237)
git bisect bad f110a1752a09f31f4be5a16fefbf7d01962f753c
# first bad commit: [f110a1752a09f31f4be5a16fefbf7d01962f753c] Replace callable with Endpoint factory (#237)
The text was updated successfully, but these errors were encountered:
@TimWolla Thanks for bisecting the change, that was a big part of the PSR rewrite. Try turning this into a unit/integration test instead, let's narrow down why it doesn't work?
Try turning this into a unit/integration test instead, let's narrow down why it doesn't work?
If this was a request to me doing that, unfortunately I have to decline: I don't actually use the “Point in Time” search, but it was part of an integration test of mine (based on the example in the USER_GUIDE.md) that started failing. I've already marked it as expected failure and can't spend more time debugging a +1302-1108 lines commit, but at least wanted to make you aware of the regression with as much information I can easily provide.
What is the bug?
After updating to 2.4.0, the
searchByPointInTime()
in the example usage of the USER_GUIDE.md no longer worked:https://github.com/opensearch-project/opensearch-php/blob/main/USER_GUIDE.md#example-usage
How can one reproduce the bug?
Execute the example in
USER_GUIDE.md
. Specifically I'm starting OpenSearch in Docker like this:and then run the following script:
Click to expand
I'm receiving the following output:
What is the expected behavior?
I expected the following output:
What is your host/environment?
Ubuntu 24.04, running PHP 8.3 against OpenSearch 2.18.0 running in Docker.
Do you have any screenshots?
n/a
Do you have any additional context?
git bisect says:
f110a17 is the first bad commit
Full log:
The text was updated successfully, but these errors were encountered: