-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add test for AM #37
Comments
I was able to verify a proof of concept where the AM sender would get files from a watch/sarra pair then send to an AM receiver. I think it would be best to utilize a similar flow for the flow test. The flow We already have a good variability of bulletins under I prefer having a local flow for the test because:
|
Sounds good, and you could even have the local download be the same directory that is watched, so it makes an infinite loop. Then in the log, duplicate suppression should stop it at some point. |
…work. Now flow_setup and flow_cleanup are working as intended
…tice new files when flow starts
…g with adding '+' or '-' to the events in fileEvents. This is added by the converter
I've been able to get Next steps:
|
…riginal bulletins, but proved to be too much work
…mpare tree to only check filenames, have a working flow test that passes all checks as of now
fwiw, I tried running the AM tests and they failed horribly... are they supposed to work for me? |
Yes they should be working.. that is interesting. What are the errors that are reported? |
I found a couple of problems.. Correcting them |
I now have the test passing on one node and not the other one and I have no idea why. One will have the watch post with this topic. (the correct topic)
And the other with this topic (the incorrect topic)
The configs are exactly the same and the sr_insects code is the same as well. sr3 version is also the same. I even compared |
With more AM stuff being added in the source code, their should be a flow test dedicated to AM.
This test would:
The text was updated successfully, but these errors were encountered: