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 e074874 commit d73f869
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
@@ -1,5 +1,9 @@
## 0.11.2 (Unreleased)

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 d73f869

Please sign in to comment.