mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #31] [MERGED] Create asynqtest internal package for test helpers #2579
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/31
Author: @hibiken
Created: 12/29/2019
Status: ✅ Merged
Merged: 12/29/2019
Merged by: @hibiken
Base:
master← Head:enhancement/test📝 Commits (4)
80d417aClean up rdb package931a446Rename poller to scheduler2a0fad1Create internal asynqtest package for test helpers99466d6Use asynqtest helpers in asynq package tests📊 Changes
13 files changed (+925 additions, -1060 deletions)
View changed files
📝
asynq_test.go(+2 -84)📝
background.go(+5 -5)📝
client_test.go(+10 -22)➕
internal/asynqtest/asynqtest.go(+223 -0)➖
internal/rdb/helpers_test.go(+0 -156)📝
internal/rdb/inspect_test.go(+353 -421)📝
internal/rdb/rdb.go(+10 -12)📝
internal/rdb/rdb_test.go(+154 -142)➖
poller.go(+0 -53)➖
poller_test.go(+0 -117)📝
processor_test.go(+28 -48)➕
scheduler.go(+53 -0)➕
scheduler_test.go(+87 -0)📄 Description
Closes #23
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.