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

Number of calls from scheduleWithFixedDelay varies when method is called via DirectInvoke vs Postman [Possible issue] #79

Open
TheAmg opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheAmg
Copy link
Contributor

TheAmg commented Jun 20, 2024

Describe the bug

The outputs from the following method -

  • Project : unlogged-spring-maven-demo
  • Classname : ThreadingOpsController
  • Method : scheduledThreadFixedDelay
    vary when called from DirectInvoke/postman with sdk and when used without sdk or called from test runner.

With sdk :

  • Postman or DirectInvoke -> Output -> "#R1#R1#R1".

Wihtout sdk :

  • Postman -> Output "#R1#R1"

with Sdk on testrunner :

  • Output "#R1#R1"
Screenshot 2024-06-20 at 6 11 31 PM Screenshot 2024-06-20 at 6 08 47 PM Screenshot 2024-06-20 at 6 08 40 PM

Reproduction steps

  1. Call the method mentioned above via postman/DirectInvoke with the sdk
  2. Call it without sdk/save candidate and run via test runner.

Expected behavior

DirectInvoke call/ Invoke from postman to return same values as to when sdk is not used

Additional context

No response

@TheAmg TheAmg added the bug Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant