question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

consider removing looping from Test(), thereby removing the need for test_stop.

See original GitHub issue

right now test_stop triggers get passed the dut_id only, but there may be other information in the test_record that the stop trigger may want to use. In my case, I got around this by instantiating a class that provides both an output callback and a test_stop trigger and stashing the test_record when the former is called for accessing in the latter.

i’d like to propose we update the calling convention of test_stop triggers to take the entire test_record (note that because it’s already been output, this is a read-only view of the test_record). Thoughts? Does this break anyone?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15

github_iconTop GitHub Comments

3reactions
jettisonjoecommented, Mar 30, 2016
#!/bin/bash

crontab -e

Nailed it.

1reaction
fahhemcommented, Mar 30, 2016

The over-engineered, fewer features version of cron. You know, what any self-respecting engineer would do to show impact 😆

while True:
  test.Execute()
  time.sleep(60*minutes) 
Read more comments on GitHub >

github_iconTop Results From Across the Web

Running Jest tests loop forever - Stack Overflow
I have tried ignoring folders. I have ended up removing all my test files, at which point the looping stops. If I add...
Read more >
Loops and Conditions - When and How to Use Them - YouTube
Tosca Tutorial | Tricentis Tosca Automation Tool | End-to-End Test Automation | Model Based Testing | Codeless Automation Tool | Tosca ...
Read more >
Detect and Remove Loop in a Linked List - GeeksforGeeks
Write a function detectAndRemoveLoop() that checks whether a given Linked List contains a loop and if the loop is present then removes the ......
Read more >
Teensy 4.1 Freeze (~1786ms) - PJRC (Teensy) Forum
I can easily remove this whole bunch of routines for further tests. 13 Loop() later, the Third Freeze, again at a different (never...
Read more >
For Loops: Why shouldn't I add to or remove from a list during ...
When we re-start the loop, we are on iteration 2. Therefore we should be getting the item at index 2 in my_list. In...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found