Core: EID Permissions extension #5751
Annotations
4 errors
|
build (21)
❌ Tests reported 1 failures
|
|
HookStageExecutorTest.shouldExecuteEntrypointHooksToleratingTimeoutAndFailedFuture(VertxTestContext):
src/test/java/org/prebid/server/hooks/execution/HookStageExecutorTest.java#L676
java.lang.AssertionError:
Expecting all elements of:
[StageExecutionOutcome(entity=http-request, groups=[GroupExecutionOutcome(hooks=[HookExecutionOutcome(hookId=HookId(moduleCode=module-alpha, hookImplCode=hook-a), executionTime=52, status=execution_failure, message=Failed after a while, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null), HookExecutionOutcome(hookId=HookId(moduleCode=module-beta, hookImplCode=hook-a), executionTime=227, status=timeout, message=Timed out while executing action, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null)]), GroupExecutionOutcome(hooks=[HookExecutionOutcome(hookId=HookId(moduleCode=module-beta, hookImplCode=hook-b), executionTime=0, status=success, message=null, action=update, errors=null, warnings=null, debugMessages=null, analyticsTags=null), HookExecutionOutcome(hookId=HookId(moduleCode=module-alpha, hookImplCode=hook-b), executionTime=200, status=timeout, message=Timed out while executing action, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null)])])]
to satisfy given requirements, but these elements did not:
StageExecutionOutcome(entity=http-request, groups=[GroupExecutionOutcome(hooks=[HookExecutionOutcome(hookId=HookId(moduleCode=module-alpha, hookImplCode=hook-a), executionTime=52, status=execution_failure, message=Failed after a while, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null), HookExecutionOutcome(hookId=HookId(moduleCode=module-beta, hookImplCode=hook-a), executionTime=227, status=timeout, message=Timed out while executing action, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null)]), GroupExecutionOutcome(hooks=[HookExecutionOutcome(hookId=HookId(moduleCode=module-beta, hookImplCode=hook-b), executionTime=0, status=success, message=null, action=update, errors=null, warnings=null, debugMessages=null, analyticsTags=null), HookExecutionOutcome(hookId=HookId(moduleCode=module-alpha, hookImplCode=hook-b), executionTime=200, status=timeout, message=Timed out while executing action, action=null, errors=null, warnings=null, debugMessages=null, analyticsTags=null)])])
error: org.assertj.core.error.AssertJMultipleFailuresError:
Multiple Failures (1 failure)
-- failure 1 --
Expecting actual:
227L
to be between:
[200L, 220L]
at HookStageExecutorTest.lambda$shouldExecuteEntrypointHooksToleratingTimeoutAndFailedFuture$44(HookStageExecutorTest.java:701)
at org.prebid.server.hooks.execution.HookStageExecutorTest.lambda$shouldExecuteEntrypointHooksToleratingTimeoutAndFailedFuture$47(HookStageExecutorTest.java:695)
at org.prebid.server.hooks.execution.HookStageExecutorTest.lambda$shouldExecuteEntrypointHooksToleratingTimeoutAndFailedFuture$48(HookStageExecutorTest.java:680)
at org.prebid.server.hooks.execution.HookStageExecutorTest.lambda$shouldExecuteEntrypointHooksToleratingTimeoutAndFailedFuture$49(HookStageExecutorTest.java:676)
...(71 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
|
build (21)
Process completed with exit code 1.
|
|
build (21)
Broken pipe
|