Skip to content

Commit

Permalink
changelog and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed May 1, 2020
1 parent 5078e0c commit 9962b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
FEATURES:
* **Task dependencies UI**: task lifecycle charts and details

IMPROVEMENTS:

* core: Allow spreading allocations as an alternative to binpacking [[GH-7810](https://github.com/hashicorp/nomad/issues/7810)]

BUG FIXES:

* api: autoscaling policies should not be returned for stopped jobs [[GH-7768](https://github.com/hashicorp/nomad/issues/7768)]
Expand Down
2 changes: 1 addition & 1 deletion nomad/structs/funcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ func TestScoreFitBinPack(t *testing.T) {
spreadScore float64
}{
{
name: "almost filled node, but with just enough whole",
name: "almost filled node, but with just enough hole",
flattened: AllocatedTaskResources{
Cpu: AllocatedCpuResources{CpuShares: 2048},
Memory: AllocatedMemoryResources{MemoryMB: 4096},
Expand Down

0 comments on commit 9962b9f

Please sign in to comment.