Files
nomad/e2e/scaling/doc.go
Tim Gross 976ea854b0 E2E: fix scaling test assertion for extra Windows host (#26077)
* 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
2025-06-18 17:03:17 -04:00

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