mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
spelling: output
This commit is contained in:
@@ -725,7 +725,7 @@ IMPROVEMENTS:
|
||||
modified from a known state [[GH-1243](https://github.com/hashicorp/nomad/issues/1243)]
|
||||
* api/client: Add resource usage APIs for retrieving tasks/allocations/host
|
||||
resource usage [[GH-1189](https://github.com/hashicorp/nomad/issues/1189)]
|
||||
* cli: Faster when displaying large amounts ouptuts [[GH-1362](https://github.com/hashicorp/nomad/issues/1362)]
|
||||
* cli: Faster when displaying large amounts outputs [[GH-1362](https://github.com/hashicorp/nomad/issues/1362)]
|
||||
* cli: Deprecate `eval-monitor` and introduce `eval-status` [[GH-1206](https://github.com/hashicorp/nomad/issues/1206)]
|
||||
* cli: Unify the `fs` family of commands to be a single command [[GH-1150](https://github.com/hashicorp/nomad/issues/1150)]
|
||||
* cli: Introduce `nomad plan` to dry-run a job through the scheduler and
|
||||
|
||||
@@ -147,7 +147,7 @@ func TestHTTP_EvalAllocations(t *testing.T) {
|
||||
t.Fatalf("missing last contact")
|
||||
}
|
||||
|
||||
// Check the ouptput
|
||||
// Check the output
|
||||
allocs := obj.([]*structs.AllocListStub)
|
||||
if len(allocs) != 2 {
|
||||
t.Fatalf("bad: %#v", allocs)
|
||||
|
||||
Reference in New Issue
Block a user