mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* E2E: fix scaling test assertion for extra Windows host The scaling test assumes that all nodes will receive the system job. But the job can only run on Linux hosts, so the count will be wrong if we're running a Windows host as part of the cluster. Filter the expected count by the OS. While we're touching this test, let's also migrate it off the legacy framework. * address comments from code review
9 lines
267 B
Go
9 lines
267 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package scaling provides end-to-end tests for scaling Nomad workloads.
|
|
//
|
|
// In order to run this test suite only, from the e2e directory you can trigger
|
|
// go test -v ./spread
|
|
package scaling
|