summaryrefslogtreecommitdiff
path: root/tests/plugins/reload
AgeCommit message (Collapse)Author
2021-08-15Replace Times with MinTimesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Reload plugin updateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-151s interval for the reloader testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Sleep to wait file copy on slow github actionsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-13Increase reload timeout.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-13Update go.mod dependencies to the most recent version.Valery Piashchynski
Fix tests according to the new mocks. Signed-off-by: Valery Piashchynski <[email protected]>
2021-06-09- Update CI (add new tests)Valery Piashchynski
- Add path scan with regex (find .php/.ph/.sh scripts). When found, try to stat path for potential fix for the [file not exists problem] Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-20- Fix bug that after Reset, http handler was witout log listenerValery Piashchynski
2021-03-28- Fix new linters warningsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-16🐛 fix issue with strange messages in the http body when max requestValery Piashchynski
size reached. Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-03Fix memory leak in the Worker.goValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-19Uniform all errors operationsValery Piashchynski
Add new ExecTTL event Update tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski