-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed serveral bugs from #874 #888
Conversation
Codecov Report
@@ Coverage Diff @@
## master #888 +/- ##
==========================================
- Coverage 59.19% 57.68% -1.52%
==========================================
Files 210 223 +13
Lines 9222 9410 +188
Branches 278 278
==========================================
- Hits 5459 5428 -31
- Misses 3676 3895 +219
Partials 87 87
|
In the examples there is this which doesn't work. Not sure if it is supposed to.
|
Replaced earl with teraslice-cli Each sub command now has unique command line args
I recommend you rebase or merge master in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jeff and I went through some of this. We'll merge this for now and then work on refactoring and fixes in the future. We'll probably wait to bump the version until my changes and perhaps some improvements are made.
assets
list
-- this command doesn't exist but should. Added command.deploy
-- does not appear to add the meta data to assets.json. Updated to now update asset.jsonex errors
jobs
.json
requirement.init
command not implemented. Added commandrestart cluster --all
error message when stopping prevents starting of jobsstart
error after starting job,Cannot read property 'workers_active' of undefined
for
loops with a map which resulted in faster job restarting because and removed the premature exit.