Forum Discussion

sanj's avatar
sanj
Super Contributor
7 years ago

An interesting infinite loop test execution maybe a bug!

I ran one test

It had a few steps some of which needed to run in a loop

I have a few screenshots to help clarify the issue.

The first screenshot shows the bar running back and forth

kind of like a mouse running back and forth unable to find its way out!

Second screenshot shows all tests have run so why is this still running.

Lol I may have found a bug that is unable the end the test run!

or user error!

3 Replies

  • fredsvar's avatar
    fredsvar
    SmartBear Alumni (Retired)
    You probably generated so many events on the internal eventbus sending messages to the toolbar that it took some time for it to catch up. It cannot clear the message bus when done because it is a shared bus for many UI events. I'd call it a side effect of keeping the single threaded UI responsive even when performing a lot of work rather than a bug.
    • sanj's avatar
      sanj
      Super Contributor

      Ok when I installed to latest version today.

       

      I do not see this issue

      The issue was there in 1.9.0

      I think its still a bug if its unable to handle so many events.

      seems like may have been fixed in the latest version.

       

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    I've seen this in ReadyAPI before where a test has finished, but the bar is still running back and forth despite no tests actually running.