Add skip_localhost mark, skip shutdown on local#614
Conversation
…own command Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (test-coverage); effort from diff stats (20+1 LOC, 3 files); LLM: Adds a pytest mark to skip destructive shutdown commands on localhost, improving local developer experience in the test framework (conftest/ini changes). If a label is wrong, remove it manually and ping |
Signed-off-by: PatersonProjects <keldonhoff@gmail.com> # Conflicts: # documentdb_tests/conftest.py # documentdb_tests/pytest.ini
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This reverts commit 014f2bc. Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This reverts commit 51a482a. Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
…-tests Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
…cts/functional-tests into shutdown_smoke_fix Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
|
…-tests Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
Updated to use the new preconditions, which also helps fix the open gate. Updated documentation and descriptions |
Signed-off-by: PatersonProjects <keldonhoff@gmail.com>
This PR changes the contest and ini to add the needed mark to prevent the shutdown command from running on localhost devices (determined by checking the uri connected to mongo), helping prevent the destructive shutdown failing local test runs.