summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-08-151s interval for the reloader testsValery Piashchynski
2021-08-15Sleep to wait file copy on slow github actionsValery Piashchynski
2021-08-14Update broadcast tests, add redis flusing. Initial impl of the jobValery Piashchynski
2021-08-13Update broadcast testValery Piashchynski
2021-08-13Increase reload timeout.Valery Piashchynski
2021-08-13Update go.mod dependencies to the most recent version.Valery Piashchynski
2021-08-12Remove unneeded options, complete tests for the ephemeral, update protoValery Piashchynski
2021-08-12Fix various bugs in the SQS. Implement SQS tests for theValery Piashchynski
2021-08-11Durable requeue algo. Update AMQP and Beanstalk tests to use mockValery Piashchynski
2021-08-11Increase timeout to 60s.Valery Piashchynski
2021-08-11Replace all 'localhost' with '127.0.0.1'. Fix default configuration andValery Piashchynski
2021-08-09Update goridge to v3.2.0, update all frames operations.Valery Piashchynski
2021-08-02Update CI, move all tests to the single source of truth - makefileValery Piashchynski
2021-08-01Rework vec based on the channel. Use select statement with the defaultValery Piashchynski
2021-07-27Initial support for the cancellation via contextValery Piashchynski
2021-07-24Mooore constants :)Valery Piashchynski
2021-07-24Remove unused codeValery Piashchynski
2021-07-24Uniform push to pipelines in the durability testsValery Piashchynski
2021-07-24Beanstalk initial durability testValery Piashchynski
2021-07-23Fix AMQP toxicValery Piashchynski
2021-07-23SQS initial durability testValery Piashchynski
2021-07-23Add AMQP initial durability testValery Piashchynski
2021-07-23Tests refactoringValery Piashchynski
2021-07-23Use zap logger in AMQP tests instead of mocked (temporarly)Valery Piashchynski
2021-07-23SQS configuration and tests updateValery Piashchynski
2021-07-23Remove time.Now() from beanstalk tube declarationValery Piashchynski
2021-07-23Update beanstalk options. Fix tube priority (correctly pass to the PutValery Piashchynski
2021-07-23Remove completed TODOs from the beanstalk driver.Valery Piashchynski
2021-07-22Initial tests for all driversValery Piashchynski
2021-07-22LintersValery Piashchynski
2021-07-22Fix AMQP bugs, add more amqp testsValery Piashchynski
2021-07-22BC for the Pool, worker interfaces, pass/return payload by pointerValery Piashchynski
2021-07-22Update consumers, tests stabilizationValery Piashchynski
2021-07-22Reduce tests timeoutValery Piashchynski
2021-07-22Update beanstalk redial algo.Valery Piashchynski
2021-07-21Fix AMQP context, add ID, job, other fields.Valery Piashchynski
2021-07-20Beanstalk driver alpha version ready.Valery Piashchynski
2021-07-19Worker watcher interface update.Valery Piashchynski
2021-07-18Started beanstalk driver. Add new Queue impl (not finished yet).Valery Piashchynski
2021-07-15Remove duplicated loggingValery Piashchynski
2021-07-14Update SQS item.Valery Piashchynski
2021-07-14Merge remote-tracking branch 'origin/master' into feature/jobs_pluginValery Piashchynski
2021-07-14Fix TTL issue, added explanation comments.Valery Piashchynski
2021-07-14Implement Pause/Resume/StopValery Piashchynski
2021-07-14SQS driver.Valery Piashchynski
2021-07-12Add JOBS tests to the Makefile and GitHub CI.Valery Piashchynski
2021-07-11Dead letter exchange optimization. Cache for the DLX queues. If theValery Piashchynski
2021-07-11Update informer interface to return slice of pointers (do not over-copyValery Piashchynski
2021-07-10Return structure instead of interface in places where that possibleValery Piashchynski
2021-07-10Properly parse amqp items (jobs).Valery Piashchynski