tests: migrate multihost/alltests/test_default_debug_level.py - #9084
Closed
krishnavema wants to merge 1 commit into
Closed
krishnavema wants to merge 1 commit into
krishnavema wants to merge 1 commit into
Conversation
danlavu
requested changes
Aug 25, 2026
Contributor
|
I re-triggered system tests CI jobs now that CI is working again. |
danlavu
requested changes
Sep 18, 2026
| assert user_dict["description"] == ["gecos1"], "attribute 'description' was not correct" | ||
| assert user_dict["mail"] == ["user1@example.test"], "attribute 'mail' was not correct" | ||
| assert user_dict["email"] == ["user1@example.test"], "attribute 'email' was not correct" | ||
|
|
Contributor
There was a problem hiding this comment.
Memcache has its own file, so this test should go in test_memcache.py.
Memcache has some parameterization. You can do one of two things: you can update the test and check for groups and initgroups like the other test in the file, or rename the test and explicitly state in the title and description that it covers user only and just move the test to test_memcache.py
krishnavema
force-pushed
the
test-default-debug-level
branch
from
September 21, 2026 16:06
38ce335 to
1d9a6de
Compare
krishnavema
force-pushed
the
test-default-debug-level
branch
from
September 22, 2026 04:25
1d9a6de to
129c642
Compare
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
krishnavema
force-pushed
the
test-default-debug-level
branch
from
September 22, 2026 05:05
129c642 to
02d3834
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates the two remaining legacy multihost tests from multihost/alltests/test_default_debug_level.py
Co-authored-by: Cursor cursoragent@cursor.com
Model used: Claude Opus 4.8