test(parity): harden wanted_jobs against hourly title rotation#72
Merged
Conversation
wanted.co.kr/wdlist/518 rotates job titles and flips their language
("프론트엔드" / "Front-end" / "Frontend Developer") hour to hour, so
any single title-spelling assertion is inherently flaky — it drifted
twice in one day (PR #70's "Front-end" already broke). This case exists
to verify repeating-record chunking (records.py) emits individual job
cards for a Korean jobs query, so assert the invariant card structure
instead: every wanted card carries the "합격보상금" signing-bonus label
plus an experience marker (경력/신입). The frontend query still drives
retrieval. Parity 15/15.
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.
Summary
wanted.co.kr/wdlist/518rotates job titles hour to hour, making single-title assertions inherently flaky합격보상금signing-bonus label + experience marker (경력/신입)Test plan
python tests/test_pipeline.py— 15/15 passwanted_jobscase passes on repeated runs without title-spelling sensitivity🤖 Generated with Claude Code