tunasync/worker
z4yx c41d7a4038 Bring docker test back
commit 4540ba24c72cb2d24e2e04870025dfa233dedf30
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 11:16:13 2020 +0800

    wait longer

commit c8f07b81a7fe5fdef9224e8bc187500c4d67f049
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 10:55:49 2020 +0800

    try to Terminate

commit 10d2d4b9d0756cf8f60fe27e1e41ae29b5ea6cbe
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 10:50:26 2020 +0800

    forward the error

commit 38c96ee44d31088b9e6de67ebb745358fac8d49a
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 10:31:39 2020 +0800

    now enable the assertion

commit 3b3c46a065a035d906d4cc5022d42e30b1f52a08
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 10:26:40 2020 +0800

    rm un-related info

commit dd7ef7e3d0a0765c1fc48296d70966b3b4d581dd
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 10:12:01 2020 +0800

    print err of provider.Run

commit 49a7b57dbf52d410c0dfe796be9c2f6213884931
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 09:55:48 2020 +0800

    wait until it exits

commit a3e8f699072e3252b3300c667f1425a966aedb39
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 09:54:19 2020 +0800

    targeting alpine:3.8

commit f30b8565049bb373a1a91a34ad07c8c3df8e1036
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 09:47:27 2020 +0800

    see what happens

commit 8c21229a8be8e2ac0737bbc4bb88ba54e9fb7a20
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Sat Mar 14 09:30:50 2020 +0800

    remove one assertion

commit 123368e6ef07aa63c489bb49bdf370d3abdd17bb
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 23:32:45 2020 +0800

    docker test somehow works now

commit 94fa294a9bbedb569e6dd9cc7e4f27e73ed97443
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 23:27:12 2020 +0800

    should use -d

commit b35bae2a9cb5e006c513da95377ab9487fc4341a
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 23:22:25 2020 +0800

    docker run not working??

commit 9aea0036f434d333087f0cff3ce5165a53554e5f
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 23:12:39 2020 +0800

    test if docker works

commit f92578b159587a8bbda296bbf9261fb4c5e2f186
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 17:42:00 2020 +0800

    debugging docker_test

commit b649e32f76549711af597ce3a642309a41a08bf9
Author: z4yx <z4yx@users.noreply.github.com>
Date:   Fri Mar 13 17:27:55 2020 +0800

    Revert "remove docker_test.go"

    This reverts commit a517a4bb64.
2020-03-14 11:23:19 +08:00
..
base_provider.go Merge remote-tracking branch 'kinosang/master' into wip-test-pr 2019-04-13 02:07:41 +08:00
btrfs_snapshot_hook.go feat(btrfs_snapshot_hook): reimplemented Btrfs snapshots 2019-08-02 13:31:33 +08:00
cgroup.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
cgroup_test.go fix(worker): improved cgroup creation 2016-12-10 04:14:39 +08:00
cmd_provider.go [mirror config] job fails on pattern match in log 2020-03-09 21:48:06 +08:00
common.go fix #63 2017-03-27 13:09:56 +08:00
config.go add an option "rsync_override" 2020-03-13 15:12:52 +08:00
config_diff.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_diff_test.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_test.go fix #63 2017-03-27 13:09:56 +08:00
context.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
context_test.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
docker.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
docker_test.go Bring docker test back 2020-03-14 11:23:19 +08:00
exec_post_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
exec_post_test.go fix #63 2017-03-27 13:09:56 +08:00
hooks.go feature(worker): toplevel mirror job logic 2016-04-30 16:39:08 +08:00
job.go reschedule the job if any hook fails 2019-11-04 22:52:03 +08:00
job_test.go add tests for post-hooks 2019-11-30 00:08:46 +08:00
loglimit_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
loglimit_test.go feature(worker): implemented Worker object, worker side code is almost done 2016-04-30 16:41:39 +08:00
provider.go add an option "rsync_override" 2020-03-13 15:12:52 +08:00
provider_test.go fix the test 2020-03-14 11:11:10 +08:00
rsync_provider.go fix build 2020-03-13 15:16:39 +08:00
runner.go Bring docker test back 2020-03-14 11:23:19 +08:00
schedule.go report next scheduled sync time 2019-04-11 12:36:18 +08:00
schedule_test.go fix(worker): fixed scheduling bugs 2016-05-02 18:56:45 +08:00
two_stage_rsync_provider.go extra options should only be applied to the second stage 2020-03-14 11:01:34 +08:00
worker.go Merge remote-tracking branch 'kinosang/master' into wip-test-pr 2019-04-13 02:07:41 +08:00
worker_test.go [worker teset] Wait for http server starting 2020-03-13 16:41:30 +08:00
zfs_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
zfs_hook_test.go add tests for last commit 2019-03-31 12:16:45 +08:00