summaryrefslogtreecommitdiffstats
path: root/aclk/tests
AgeCommit message (Collapse)Author
2020-03-25Fake collector to provoke ACLK messages (#8427)Andrew Moss
For internal testing use only.
2020-03-17Fix outstanding problems in claiming and add SOCKS5 support. (#8406)Andrew Moss
This commit fixes the known problems in claiming: incorrect reports of success, better treatment of error code and improved visibility of what the script is doing. There has been extensive testing against both environments to check that it works. The socks5 proxy support has been integrated and works for both methods of calling the claiming script. Co-authored-by: Timotej Šiškovič <timotej@netdata.cloud>
2020-03-14Improving the ACLK performance - initial changes (#8399)Andrew Moss
Add an inspection point for VerneMQ in the local dev env. Remove the bottleneck in sending websocket messages, at the expense of increased CPU-load. Fixed the message encoding. Added support for stress testing - it is still enabled in the main loop so will fire stress-testing payloads when the ACLK is established. Next patch will integrate the socket polling properly to reduce the CPU overhead and remove the stress testing payloads.