Giter VIP home page Giter VIP logo

Comments (3)

nickbp avatar nickbp commented on July 28, 2024

Can create FAILED tasks by starting a marathon job with sleep 5 && exit 1 as its command.

from dcos-core-cli.

tamarrow-zz avatar tamarrow-zz commented on July 28, 2024

@nickbp tried a marathon job with that command and the apps appeared in task ls --completed. Can you still repro?

from dcos-core-cli.

nickbp avatar nickbp commented on July 28, 2024

create marathon job as:

{
  "id": "errory",
  "cmd": "sleep 5 && exit 1",
  "cpus": 1,
  "mem": 32,
  "disk": 0,
  "instances": 1
}

observe that job starts fail-looping, leaving TASK_FAILED entries in state.json

then go into the CLI and run --completed, with and without --json. get inconsistent results:

nick@augustao:~$ dcos --version
dcoscli.version=0.4.14
dcos.version=1.9-dev
dcos.commit=f192f09940979abd1aab19c558426a9787ae0f28
dcos.bootstrap-id=55c0e6727a635d480bdb3dfb81df8e69a82667e0

nick@augustao:~$ dcos task ls --completed
===> errory.e5725f2f-9729-11e6-93f5-be00ef0b5a29 <===
stderr  stderr.logrotate.conf  stdout  stdout.logrotate.conf
===> errory.e9453920-9729-11e6-93f5-be00ef0b5a29 <===
stderr  stderr.logrotate.conf  stdout  stdout.logrotate.conf
===> errory.ed01cbf1-9729-11e6-93f5-be00ef0b5a29 <===
stderr  stderr.logrotate.conf  stdout  stdout.logrotate.conf
===> errory.f0cf9cd2-9729-11e6-93f5-be00ef0b5a29 <===
stderr  stderr.logrotate.conf  stdout  stdout.logrotate.conf

nick@augustao:~$ dcos task ls --completed --json
[]

list is empty when --json is provided

from dcos-core-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.