]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - shared/extra-utils/server/jobs.ts
Improve tests when waiting pending jobs
authorChocobozzz <me@florianbigard.com>
Wed, 13 Jun 2018 08:06:50 +0000 (10:06 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Jun 2018 08:22:53 +0000 (10:22 +0200)
commit3cd0734fd9b0ff21aaef02317a874e8f1c06e027
tree9e8622d269919addd35b462141ab5f22236aa6f4
parent2186386cca113506791583cb07d6ccacba7af4e0
Improve tests when waiting pending jobs
32 files changed:
server/initializers/constants.ts
server/lib/activitypub/process/process-update.ts
server/tests/activitypub.ts
server/tests/api/server/config.ts
server/tests/api/server/email.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/jobs.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/stats.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/services.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-abuse.ts
server/tests/api/videos/video-blacklist-management.ts
server/tests/api/videos/video-blacklist.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-comments.ts
server/tests/api/videos/video-description.ts
server/tests/api/videos/video-nsfw.ts
server/tests/api/videos/video-privacy.ts
server/tests/api/videos/video-transcoder.ts
server/tests/cli/create-import-video-file-job.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/reset-password.ts
server/tests/cli/update-host.ts
server/tests/client.ts
server/tests/feeds/feeds.ts
server/tests/utils/miscs/miscs.ts
server/tests/utils/server/follows.ts
server/tests/utils/server/jobs.ts