Backend Tests on 205/merge by @thiagohora #51
Triggered via pull request
September 10, 2024 15:50
Status
Failure
Total duration
3m 18s
Artifacts
–
backend_tests.yml
on: pull_request
run-backend-tests
3m 10s
Annotations
5 errors
SpansResourceTest$UpdateSpan.when__spanUpdateAndInsertConflict__thenReturn409(BiFunction, String)[1]:
apps/opik-backend/target/test-classes/com/comet/opik/api/resources/v1/priv/SpansResourceTest$UpdateSpan.class#L3613
Expecting ArrayList:
["Project name and workspace do not match the existing span"]
to contain:
["Project name and workspace name do not match the existing span"]
but could not find the following element(s):
["Project name and workspace name do not match the existing span"]
|
SpansResourceTest$UpdateSpan.when__spanUpdateAndInsertConflict__thenReturn409(BiFunction, String)[2]:
apps/opik-backend/target/test-classes/com/comet/opik/api/resources/v1/priv/SpansResourceTest$UpdateSpan.class#L3613
Expecting ArrayList:
["Project name and workspace do not match the existing span"]
to contain:
["Project name and workspace name do not match the existing span"]
but could not find the following element(s):
["Project name and workspace name do not match the existing span"]
|
SpansResourceTest$UpdateSpan.when__multipleSpanUpdateConflict__thenReturn409(BiFunction, String)[1]:
apps/opik-backend/target/test-classes/com/comet/opik/api/resources/v1/priv/SpansResourceTest$UpdateSpan.class#L3678
Expecting ArrayList:
["Project name and workspace do not match the existing span"]
to contain:
["Project name and workspace name do not match the existing span"]
but could not find the following element(s):
["Project name and workspace name do not match the existing span"]
|
SpansResourceTest$UpdateSpan.when__multipleSpanUpdateConflict__thenReturn409(BiFunction, String)[2]:
apps/opik-backend/target/test-classes/com/comet/opik/api/resources/v1/priv/SpansResourceTest$UpdateSpan.class#L3678
Expecting ArrayList:
["Project name and workspace do not match the existing span"]
to contain:
["Project name and workspace name do not match the existing span"]
but could not find the following element(s):
["Project name and workspace name do not match the existing span"]
|
run-backend-tests
❌ Tests reported 4 failures
|