-
Notifications
You must be signed in to change notification settings - Fork 900
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
Introduce Comprehensive Pathological Unit Tests for Issue #14409 #14459
Conversation
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.
Looks good, up to a couple comments/questions.
/ok to test |
@aocsa since this PR isn't detecting any critical issues, could you rebase on branch-24.02? We are no longer making new changes on 23.12 at this stage. |
e12caa1
to
78e7f48
Compare
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.
Generally looks great, thanks! I have a few suggestions to clean things up a bit then we should be good to go.
/ok to test |
@aocsa I'm not sure what you're asking, but you seem to have already done what's needed! I see that you've rebased your branch on 24.02. The only other thing that was needed was changing the base branch for the PR, which I have done. |
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.
Thank you!
/ok to test |
I think this is ready to be merged, right? |
/merge |
Description
This PR addresses the issue at #14409. I would like to propose the addition of unit tests that involve scenarios like having 100 or 1000 elements in a tree, reaching 100 levels of depth, with diferent data types and similar stress tests. The purpose of these tests is to conduct comprehensive testing and stress the Abstract Syntax Tree (AST), ultimately aiding in the identification and resolution of any potential issues.
By introducing these pathological tests, we aim to ensure the robustness and reliability of our codebase. These tests can help us uncover edge cases and performance bottlenecks that might otherwise go unnoticed.
Checklist