# v23.10.2.6

> **Release date: January 19, 2026**

**Release date: January 19, 2026**

## Test Manager Improvements

### Enhanced Logging for Test Retries

Improved the logging mechanism for test case retries to provide better visibility during test execution:
- Optimized log output when retrying failed test cases by limiting the display to the first 10 test case names, with a summary count for additional failures
- Added clearer retry attempt numbering to help track retry progress
- Enhanced log messages to prevent console clutter when dealing with large test sets

### Pagination Support for Failed Test Cases

Fixed an issue where failed test cases could be missed during retry operations:
- Implemented pagination when retrieving failed test case logs from Test Manager
- Ensures all failed test cases are properly identified and included in retry attempts, regardless of the total number of failures
- Uses a page size of 20 items to efficiently fetch test case logs
