fix: Enable sorting of chat inputs to improve UI message speed #713
Triggered via pull request
November 11, 2024 01:41
Status
Failure
Total duration
10m 20s
Artifacts
–
Annotations
4 errors
Run benchmarks (3.12):
src/backend/tests/unit/test_chat_endpoint.py#L29
test_build_flow_from_request_data
AssertionError: assert ['ChatInput-CIGht'] == ['ChatInput-C...Memory-amN4Z']
Right contains one more item: 'Memory-amN4Z'
Full diff:
[
'ChatInput-CIGht',
- 'Memory-amN4Z',
]
|
Run benchmarks (3.12):
src/backend/tests/unit/test_chat_endpoint.py#L15
test_build_flow
AssertionError: assert ['ChatInput-CIGht'] == ['ChatInput-C...Memory-amN4Z']
Right contains one more item: 'Memory-amN4Z'
Full diff:
[
'ChatInput-CIGht',
- 'Memory-amN4Z',
]
|
Run benchmarks (3.12)
Error: failed to execute the benchmark process
|
Run benchmarks (3.12)
Process completed with exit code 1.
|