Skip to content

test: Add comprehensive test coverage for MariaDBFilterExpressionConverter#3943

Merged
sobychacko merged 1 commit intospring-projects:mainfrom
alxkm:test/MariaDBFilterExpressionConverterTests
Aug 6, 2025
Merged

test: Add comprehensive test coverage for MariaDBFilterExpressionConverter#3943
sobychacko merged 1 commit intospring-projects:mainfrom
alxkm:test/MariaDBFilterExpressionConverterTests

Conversation

@alxkm
Copy link
Contributor

@alxkm alxkm commented Jul 29, 2025

Changes

Added new test cases covering edge cases and complex scenarios
Refactored existing tests to use neutral domain terminology
Improved test coverage for:

  • Empty/single-item lists
  • Null values and empty strings
  • Nested JSON paths and array indexing
  • Mixed data types (boolean, numeric, string)
  • Complex nested groupings
  • Special characters and numeric strings

Details

  • Enhanced robustness of filter expression conversion
  • Better validation of edge cases
  • Domain-neutral test data for broader applicability

…erter

Signed-off-by: Alex Klimenko <alexanderklmn@gmail.com>
@alxkm alxkm changed the title test: Add comprehensive test coverage for MariaDBFilterExpressionConverter test: Add comprehensive test coverage for MariaDBFilterExpressionConverter Aug 4, 2025
@sobychacko sobychacko added this to the 1.1.0.M1 milestone Aug 6, 2025
@sobychacko sobychacko merged commit 0c7295f into spring-projects:main Aug 6, 2025
2 checks passed
scionaltera pushed a commit to scionaltera/spring-ai that referenced this pull request Sep 3, 2025
…erter (spring-projects#3943)

Added new test cases covering edge cases and complex scenarios
Refactored existing tests to use neutral domain terminology

Improved test coverage for:

- Empty/single-item lists
- Null values and empty strings
- Nested JSON paths and array indexing
- Mixed data types (boolean, numeric, string)
- Complex nested groupings
- Special characters and numeric strings

Details

- Enhanced robustness of filter expression conversion
- Better validation of edge cases
- Domain-neutral test data for broader applicability

Signed-off-by: Alex Klimenko <alexanderklmn@gmail.com>
Willam2004 pushed a commit to Willam2004/spring-ai that referenced this pull request Oct 11, 2025
…erter (spring-projects#3943)

Added new test cases covering edge cases and complex scenarios
Refactored existing tests to use neutral domain terminology

Improved test coverage for:

- Empty/single-item lists
- Null values and empty strings
- Nested JSON paths and array indexing
- Mixed data types (boolean, numeric, string)
- Complex nested groupings
- Special characters and numeric strings

Details

- Enhanced robustness of filter expression conversion
- Better validation of edge cases
- Domain-neutral test data for broader applicability

Signed-off-by: Alex Klimenko <alexanderklmn@gmail.com>
Signed-off-by: 家娃 <guanjing.pangj@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants