Skip to content
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

Fix painless casting bug causing opensearch to crash #8315

Merged
merged 6 commits into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. Created a failing test to reproduce painless bug

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    30b2654 View commit details
    Browse the repository at this point in the history
  2. Removed unused import

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    42132ff View commit details
    Browse the repository at this point in the history
  3. Throw exception when trying to cast def to void

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    20f71ae View commit details
    Browse the repository at this point in the history
  4. Removed update context change

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    14a25d3 View commit details
    Browse the repository at this point in the history
  5. Created a different test

    Signed-off-by: Shivansh Arora <shivansh.arora@protonmail.com>
    shiv0408 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b73ae52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4519e0 View commit details
    Browse the repository at this point in the history