apupier commented on PR #24112:
URL: https://github.com/apache/camel/pull/24112#issuecomment-4741714502
some test failures on the one that I modified:
```
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.search -- Time elapsed:
1.128 s <<< FAILURE!
java.lang.AssertionError:
Expected size: 2 but was: 1 in:
[[[score:8.580661, userID:467082913052361728, userAge:5],
[score:10.604269, userID:467082913052361727, userAge:63]]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.search(MilvusComponentIT.java:216)
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.delete -- Time elapsed:
0.140 s <<< FAILURE!
java.lang.AssertionError:
Expecting empty but was: [[]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.delete(MilvusComponentIT.java:275)
[camel-milvus] [INFO] Running
org.apache.camel.component.milvus.it.MilvusComponentIT
[camel-milvus] [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0,
Time elapsed: 0.174 s <<< FAILURE! -- in
org.apache.camel.component.milvus.it.MilvusComponentIT
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.search -- Time elapsed:
0.039 s <<< FAILURE!
java.lang.AssertionError:
Expected size: 2 but was: 1 in:
[[]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.search(MilvusComponentIT.java:216)
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.delete -- Time elapsed:
0.128 s <<< FAILURE!
java.lang.AssertionError:
Expecting empty but was: [[]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.delete(MilvusComponentIT.java:275)
[camel-milvus] [INFO] Running
org.apache.camel.component.milvus.it.MilvusComponentIT
[camel-milvus] [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0,
Time elapsed: 0.191 s <<< FAILURE! -- in
org.apache.camel.component.milvus.it.MilvusComponentIT
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.search -- Time elapsed:
0.037 s <<< FAILURE!
java.lang.AssertionError:
Expected size: 2 but was: 1 in:
[[]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.search(MilvusComponentIT.java:216)
[camel-milvus] [ERROR]
org.apache.camel.component.milvus.it.MilvusComponentIT.delete -- Time elapsed:
0.147 s <<< FAILURE!
java.lang.AssertionError:
Expecting empty but was: [[]]
at
org.apache.camel.component.milvus.it.MilvusComponentIT.delete(MilvusComponentIT.java:275)
```
but they passed locally... investigating
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]