mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -250,8 +250,8 @@ def test_batch_no_race_conditions() -> None:
|
||||
expected = [i * 2 for i in range(50)]
|
||||
assert outputs == expected, "Outputs should be correct and in order"
|
||||
|
||||
# Note: The counter might not be 50 due to race conditions in the test runnable itself,
|
||||
# but the batch processing order should still be preserved
|
||||
# Note: The counter might not be 50 due to race conditions in the test
|
||||
# runnable itself, but the batch processing order should still be preserved
|
||||
|
||||
|
||||
def test_batch_with_varying_processing_times() -> None:
|
||||
@@ -312,3 +312,4 @@ if __name__ == "__main__":
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user