Add tests to handle down server
authorChocobozzz <me@florianbigard.com>
Thu, 11 Jan 2018 10:40:18 +0000 (11:40 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 11 Jan 2018 10:47:44 +0000 (11:47 +0100)
commit7bc29171456ffa91c7ec8dc77e892c7dca359989
treec7682072919bf00f8b082c1c49f24567e181800f
parent85cd9bde5a93500f973773f46680c07dd90d5912
Add tests to handle down server
12 files changed:
server/controllers/api/server/follows.ts
server/initializers/constants.ts
server/lib/activitypub/process/process-accept.ts
server/lib/activitypub/process/process-create.ts
server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-job-scheduler.ts
server/lib/jobs/activitypub-http-job-scheduler/activitypub-http-unicast-handler.ts
server/models/activitypub/actor.ts
server/tests/api/index-slow.ts
server/tests/api/server/handle-down.ts
server/tests/api/videos/video-channels.ts
server/tests/utils/server/servers.ts
server/tests/utils/videos/videos.ts