Skip to content

Cover sglang config parsing with unit tests through resolve_sglang_config - #1991

Open
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-52from
tom/refactor-miles/op13-59
Open

Cover sglang config parsing with unit tests through resolve_sglang_config#1991
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-52from
tom/refactor-miles/op13-59

Conversation

@fzyzcjy

@fzyzcjy fzyzcjy commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Part of #1837

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 031bd02 to bccd7b9 Compare August 3, 2026 23:44
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 1bdd045 to a9ab4f7 Compare August 3, 2026 23:44
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from bccd7b9 to fda774d Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 91b8643 to 545bcf0 Compare August 4, 2026 06:54
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from fda774d to 21c4c4c Compare August 4, 2026 06:54
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 545bcf0 to cfd2f0e Compare August 4, 2026 07:26
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 21c4c4c to 0eec79b Compare August 4, 2026 07:26
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from cfd2f0e to d814d0f Compare August 4, 2026 07:33
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 2 times, most recently from 6afaba5 to 446a5be Compare August 6, 2026 03:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 00065c9 to bdbddc7 Compare August 6, 2026 07:03
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 2 times, most recently from 7ec6011 to ffef828 Compare August 9, 2026 23:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from bfb0a82 to 2e7de6e Compare August 10, 2026 06:04
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 3 times, most recently from ea34878 to 7b22de9 Compare August 10, 2026 16:34
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 4606f6c to b406728 Compare August 12, 2026 02:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 7b22de9 to 548ca4c Compare August 12, 2026 02:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from b406728 to ca19a39 Compare August 12, 2026 09:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 2 times, most recently from 36d01c5 to 7e3ce87 Compare August 12, 2026 14:31
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 47a6848 to c922e33 Compare August 12, 2026 14:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 7e3ce87 to 7235393 Compare August 12, 2026 14:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from c922e33 to 9f43231 Compare August 12, 2026 23:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 7235393 to 405986b Compare August 12, 2026 23:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 9f43231 to 6dc0ec2 Compare August 13, 2026 01:13
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 2 times, most recently from 5aca909 to 99053a0 Compare August 13, 2026 03:11
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 4e13448 to ed1c8f5 Compare August 13, 2026 03:25
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from 99053a0 to b25b8ab Compare August 13, 2026 03:25
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from ed1c8f5 to f0651f5 Compare August 13, 2026 06:00
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch 2 times, most recently from ebefd77 to c8bab4a Compare August 13, 2026 06:39
…nfig

The raw/resolved config split lands next; these tests pin the parsing
behavior through the stable resolve_sglang_config entry so each step of
that refactor can prove it kept the semantics. Direct constructions of
ModelConfig/ServerGroupConfig and SglangConfig.from_yaml in tests are
migrated to the public entry because the internal API is about to change
shape.
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-52 branch from 9749217 to c7bf0f4 Compare August 14, 2026 04:45
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-59 branch from c8bab4a to 00bf49b Compare August 14, 2026 04:46

@guapisolo guapisolo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codex stack review: the resolution-coverage gap in #1991 is closed by #1992, #2063, and #2100. I verified the restored contracts at safe-merge checkpoint #2176 and through the checked tip #2649.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants