This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Sep, 2022 1 commit
-
-
Phil Renaud authored
-
- 19 Sep, 2022 4 commits
-
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
- 16 Sep, 2022 11 commits
-
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
-
Phil Renaud authored
* Added task links to various alloc tables * Lintfix * Border collapse and added to task group page * Logs icon temporarily removed and localStorage added * Mock task added to test * Delog * Two asserts in new test * Remove commented-out code * Changelog * Removing args.allocation deps
-
Seth Hoenig authored
-
Bryce Kalow authored
Co-authored-by:
Geoffrey Grosenbach <26+topfunky@users.noreply.github.com> Co-authored-by:
Anthony <russo555@gmail.com> Co-authored-by:
Ashlee Boyer <ashlee.boyer@hashicorp.com> Co-authored-by:
Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com> Co-authored-by:
HashiBot <62622282+hashibot-web@users.noreply.github.com> Co-authored-by:
Kevin Wang <kwangsan@gmail.com>
-
Seth Hoenig authored
-
James Rasell authored
In the event a single test fails to clear up properly after itself, all other tests will fail as they attempt to create ACL policies with the same names. This change ensures they use unique ACL names, so when a single test fails, it is easy to identify it is a problem with the test rather than the suite.
-
- 15 Sep, 2022 7 commits
-
-
Derek Strickland authored
Release/1.4.0 beta.1
-
Michael Schurter authored
* test: don't use loop vars in goroutines fixes a data race in the test * test: copy objects in statestore before mutating fixes data race in test * test: @lgfa29's segmgrep rule for loops/goroutines Found 2 places where we were improperly using loop variables inside goroutines.
-
Derek Strickland authored
-
Michael Schurter authored
The tests have data races and the code is unused in OSS and enterprise codebases. Bit more progress for #14236
-
Tim Gross authored
This test is broken in CircleCI only. It works on GHA in both 20.04 and 22.04 and has been verified to work on real Nomad; temporarily commenting-out so that we don't block unrelated CI runs. WIP to fix in https://github.com/hashicorp/nomad/pull/14600
-
James Rasell authored
The rewrite refactors the suite to use the new style along with other recent testing improvements. In order to ensure the spread tests do not impact each other, there is new cleanup functionality to ensure both the job and allocations are removed from state before the test exits completely.
-
Tim Gross authored
The `TestVarGetCommand` test uses the wrong namespace in the autocomplete test. The namespace only gets validated against if we have quota enforcement (or more typically by ACL checks), so the test only fails in the ENT repo test runs.
-
- 14 Sep, 2022 11 commits
-
-
hc-github-team-nomad-core authored
-
hc-github-team-nomad-core authored
-
Derek Strickland authored
-
hc-github-team-nomad-core authored
-
hc-github-team-nomad-core authored
-
Derek Strickland authored
-
Tim Gross authored
-
Phil Renaud authored
* First attempt at stabilizing percy snapshots with faker * Tokens seed moved to before management token generation * Faker seed only in token test * moving seed after storage clear * And again, but back to no faker seeding * Isolated seed and temporary log * Setting seed(1) wherever we're snapshotting, or before establishing cluster scenarios * Deliberate noop to see if percy is stable * Changelog entry
-
Seth Hoenig authored
* cleanup: create interface for check watcher and mock it in nsd tests * cleanup: add comments for check watcher interface
-
Kyle Rarey authored
-
Luiz Aoqui authored
The way this tag was previous declared would cause it to be overwritten when the GO_TAGS env var was set.
-
- 13 Sep, 2022 6 commits
-
-
Phil Renaud authored
-
Michael Schurter authored
* logmon: fix data race around oldestLogFileIdx * checks: fix 2 data races in tests * logmon: move & rename lock to logically group
-
Mahmood Ali authored
* scheduler: stopped-yet-running allocs are still running * scheduler: test new stopped-but-running logic * test: assert nonoverlapping alloc behavior Also add a simpler Wait test helper to improve line numbers and save few lines of code. * docs: tried my best to describe #10446 it's not concise... feedback welcome * scheduler: fix test that allowed overlapping allocs * devices: only free devices when ClientStatus is terminal * test: output nicer failure message if err==nil Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com> Co-authored-by:
Michael Schurter <mschurter@hashicorp.com>
-
Phil Renaud authored
-
Tim Gross authored
-
Seth Hoenig authored
docs: add documentation for nomad service check restarts
-