Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net.serenitybdd.core.exceptions.SerenityManagedException: No matching messages found in time. By default, only messages #3265

Closed
bachhavdipak opened this issue Sep 22, 2023 · 3 comments

Comments

@bachhavdipak
Copy link
Contributor

bachhavdipak commented Sep 22, 2023

What happened?

net.serenitybdd.core.exceptions.SerenityManagedException: No matching messages found in time. By default, only messages received in the last hour are checked (use receivedAfter to override this).

at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base@17.0.7/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@17.0.7/java.lang.reflect.Method.invoke(Method.java:568)
at app//net.thucydides.core.steps.BaseMethodRunner.invokeMethod(BaseMethodRunner.java:18)
at app//net.thucydides.core.steps.NormalMethodRunner.invokeMethodAndNotifyFailures(NormalMethodRunner.java:18)
at app//net.thucydides.core.steps.StepInterceptor.runNormalMethod(StepInterceptor.java:421)
at app//net.thucydides.core.steps.StepInterceptor.testStepResult(StepInterceptor.java:193)
at app//net.thucydides.core.steps.StepInterceptor.intercept(StepInterceptor.java:86)
at app//net.thucydides.core.steps.ProxyConfiguration$InterceptorDispatcher.intercept(ProxyConfiguration.java:51)
at app//digital.eComm.ui.steps.MailosaurEmailTesting$ByteBuddy$qfBS5NLB.checkOrderConfirmationEmail(Unknown Source)
at app//digital.eComm.ui.steps.OrderCheckOut.checkeCommEmailInMailosaur(OrderCheckOut.java:573)

at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base@17.0.7/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@17.0.7/java.lang.reflect.Method.invoke(Method.java:568)
at app//net.thucydides.core.steps.BaseMethodRunner.invokeMethod(BaseMethodRunner.java:18)
at app//net.thucydides.core.steps.NormalMethodRunner.invokeMethodAndNotifyFailures(NormalMethodRunner.java:18)
at app//net.thucydides.core.steps.StepInterceptor.runNormalMethod(StepInterceptor.java:421)
at app//net.thucydides.core.steps.StepInterceptor.testStepResult(StepInterceptor.java:193)
at app//net.thucydides.core.steps.StepInterceptor.intercept(StepInterceptor.java:86)
at app//net.thucydides.core.steps.ProxyConfiguration$InterceptorDispatcher.intercept(ProxyConfiguration.java:51)
app//digital.eComm.ui.stepDefinitions.StepDefinitions$ByteBuddy$GTvUJQCh.checkeCommEmailInMailosaur$accessor$GFnmJWF5(Unknown Source)
at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base@17.0.7/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base@17.0.7/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base@17.0.7/java.lang.reflect.Method.invoke(Method.java:568)
at app//net.thucydides.core.steps.StepInterceptor.invokeMethod(StepInterceptor.java:520)
at app//net.thucydides.core.steps.StepInterceptor.executeTestStepMethod(StepInterceptor.java:500)
at app//net.thucydides.core.steps.StepInterceptor.runTestStep(StepInterceptor.java:472)
at app//net.thucydides.core.steps.StepInterceptor.runOrSkipMethod(Step

What did you expect to happen?

No response

Serenity BDD version

4.0.12

JDK version

17

Execution environment

Windows

How to reproduce the bug.

Run test in parallel to reproduce this issue

How can we make it happen?

Add it to the Serenity BDD backlog and wait for a volunteer to pick it up

@wakaleo
Copy link
Member

wakaleo commented Sep 22, 2023

What leads you to believe this is a Serenity-related issue?

@bachhavdipak
Copy link
Contributor Author

If you have any background on this issue, it would be nice to have some assistance.

@wakaleo
Copy link
Member

wakaleo commented Sep 25, 2023

It looks like an error from Mailosaur ("No matching messages found in time. By default, only messages received in the last hour are checked (use receivedAfter to override this").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants