----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59163/#review175325 -----------------------------------------------------------
Master (b00a15e) is red with this patch. ./build-support/jenkins/build.sh Test coverage missing for org/apache/aurora/scheduler/discovery/CuratorServiceDiscoveryModule$2 Test coverage missing for org/apache/aurora/scheduler/discovery/ServiceDiscoveryModule Test coverage missing for org/apache/aurora/scheduler/reconciliation/TaskTimeout Test coverage missing for org/apache/aurora/scheduler/reconciliation/TaskTimeout$TimedOutTaskHandler Test coverage missing for org/apache/aurora/scheduler/cron/quartz/AuroraCronJob$CronBatchWorker Test coverage missing for org/apache/aurora/scheduler/cron/quartz/CronLifecycle Test coverage missing for org/apache/aurora/scheduler/cron/quartz/AuroraCronJobFactory Test coverage missing for org/apache/aurora/scheduler/scheduling/TaskGroups$TaskGroupBatchWorker Test coverage missing for org/apache/aurora/scheduler/scheduling/TaskGroups$1 Test coverage missing for org/apache/aurora/scheduler/scheduling/TaskGroups Test coverage missing for org/apache/aurora/scheduler/storage/mem/MemTaskStore$SecondaryIndex$2 Test coverage missing for org/apache/aurora/scheduler/storage/mem/MemTaskStore$SecondaryIndex$1 Test coverage missing for org/apache/aurora/scheduler/mesos/MesosTaskFactory$MesosTaskFactoryImpl Test coverage missing for org/apache/aurora/scheduler/mesos/VersionedMesosSchedulerImpl Test coverage missing for org/apache/aurora/scheduler/mesos/VersionedMesosSchedulerImpl$1 Test coverage missing for org/apache/aurora/scheduler/mesos/VersionedSchedulerDriverService Test coverage missing for org/apache/aurora/scheduler/thrift/AuditMessages Test coverage missing for org/apache/aurora/scheduler/preemptor/PendingTaskProcessor Test coverage missing for org/apache/aurora/scheduler/preemptor/PendingTaskProcessor$1 Test coverage missing for org/apache/aurora/scheduler/preemptor/PendingTaskProcessor$2 Test coverage missing for org/apache/aurora/scheduler/preemptor/PendingTaskProcessor$3 Test coverage missing for org/apache/aurora/scheduler/preemptor/PreemptorModule$PreemptorService Test coverage missing for org/apache/aurora/scheduler/events/WebhookModule Test coverage missing for org/apache/aurora/scheduler/events/Webhook Test coverage missing for org/apache/aurora/scheduler/events/WebhookInfo Test coverage missing for org/apache/aurora/scheduler/storage/log/EntrySerializer$EntrySerializerImpl$1 Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorage$Settings Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorage$ScheduledExecutorSchedulingService Test coverage missing for org/apache/aurora/scheduler/storage/log/LogStorageModule Test coverage missing for org/apache/aurora/scheduler/storage/backup/BackupModule Test coverage missing for org/apache/aurora/scheduler/SchedulerLifecycle$DefaultDelayedActions Test coverage missing for org/apache/aurora/scheduler/TierManager$TierManagerImpl$TierConfig * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== BUILD FAILED Total time: 6 mins 32.985 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On May 17, 2017, 10:41 p.m., Jordan Ly wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59163/ > ----------------------------------------------------------- > > (Updated May 17, 2017, 10:41 p.m.) > > > Review request for Aurora, David McLaughlin, Reza Motamedi, and Santhosh > Kumar. > > > Bugs: AURORA-1925 > https://issues.apache.org/jira/browse/AURORA-1925 > > > Repository: aurora > > > Description > ------- > > Added 'aurora task scp' command for copying/retrieving files to the sandbox > of a task instance. > > This command essentially mimics scp but expands task instances into their > respective user@host:path > For 'aurora task scp' the sandbox is the relative root. However, you can > still use absolute paths and use > '~' to access the role's home directory. > > Example usage: > From host to task sandbox folder: `aurora task scp ~/test.txt > cluster/role/env/job/instance:` > From task sandbox folder to host: `aurora task scp > cluster/role/env/job/instance:test.txt .` > From task tmp folder to host: `aurora task scp > cluster/role/env/job/instance:/tmp/test.txt .` > From one task to another task: `aurora task scp > cluster/role/env/job/instance:test.txt > cluster/role/env/job/instance:some/dir/` > > > Diffs > ----- > > RELEASE-NOTES.md 4e930fb1c5b87bca3cf4d8de804d69301f013f07 > docs/reference/client-commands.md 582c96a642fd5855e482f62dc40971d6cc3659b5 > src/main/python/apache/aurora/client/cli/options.py > 11687033ac93226732dd1a742fb6d80f86a557f2 > src/main/python/apache/aurora/client/cli/task.py > 370dd7f730414641215dcd2da0b2a6037e6e1cf2 > src/test/python/apache/aurora/client/cli/test_task.py > 390993fc55d7aa717f39e25375b2d6cfe96242d0 > src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh > 1a81dc5dcde0400510c5576ac523f4d3f14424ca > > > Diff: https://reviews.apache.org/r/59163/diff/5/ > > > Testing > ------- > > `./pants test src/test/python/apache/aurora/client/cli:cli` > ``` > 15:36:04 00:07 [chroot]============== test session starts > =============== > platform darwin -- Python 2.7.10 -- py-1.4.33 -- > pytest-2.6.4 > plugins: timeout, cov > collected 179 items > > > src/test/python/apache/aurora/client/cli/test_config_noun.py ... > src/test/python/apache/aurora/client/cli/test_context.py > ........ > src/test/python/apache/aurora/client/cli/test_version.py > . > src/test/python/apache/aurora/client/cli/test_quota.py > ..... > src/test/python/apache/aurora/client/cli/test_plugins.py > . > src/test/python/apache/aurora/client/cli/test_client.py > .. > src/test/python/apache/aurora/client/cli/test_sla.py > ..... > src/test/python/apache/aurora/client/cli/test_open.py > ..... > src/test/python/apache/aurora/client/cli/test_supdate.py > ....................................... > src/test/python/apache/aurora/client/cli/test_restart.py > .......... > src/test/python/apache/aurora/client/cli/test_status.py > ............. > src/test/python/apache/aurora/client/cli/test_add.py .... > src/test/python/apache/aurora/client/cli/test_diff.py .. > src/test/python/apache/aurora/client/cli/test_cron.py > .......... > > src/test/python/apache/aurora/client/cli/test_command_hooks.py .. > src/test/python/apache/aurora/client/cli/test_options.py > ...... > src/test/python/apache/aurora/client/cli/test_task.py > ............... > src/test/python/apache/aurora/client/cli/test_create.py > .............. > src/test/python/apache/aurora/client/cli/test_kill.py > ...................... > src/test/python/apache/aurora/client/cli/test_inspect.py > .... > > src/test/python/apache/aurora/client/cli/test_api_from_cli.py .. > > src/test/python/apache/aurora/client/cli/test_diff_formatter.py ...... > > ========== 179 passed in 36.80 seconds =========== > > 15:36:54 00:57 [complete] > SUCCESS > ``` > > I've also compiled it within the local cluster with Vagrant and used the > command to transfer a text file between the scheduler machine and job I > created. > > > Thanks, > > Jordan Ly > >
