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

Profile Unit Tests #27

Closed
vbop9834 opened this issue Oct 25, 2016 · 1 comment
Closed

Profile Unit Tests #27

vbop9834 opened this issue Oct 25, 2016 · 1 comment

Comments

@vbop9834
Copy link
Owner

Sometimes the xunit tests will hang for about 20 seconds. If two tests hang then the test is increased by 40 seconds. I spent a little time trying to work through the problem and identify a pattern. Initially, it seemed like killNeuralNetwork was the problem, but after removing it entirely the problem remains.

It seems to have something to do with the neural network itself. Further investigation is required

@vbop9834
Copy link
Owner Author

vbop9834 commented Nov 4, 2016

The issue seems to be with the mailbox processors. Occasionally a mailbox will get stuck and not process anything until it loops after 20 seconds. I tested this hypothesis by changing the reset timer and executing the tests. Test execution changed with a positive correlation to reset time.

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

No branches or pull requests

1 participant