Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDGQLc6d410118d07: Improve directory entry name filtering uisng casefolded strings
Diff Detail
Diff Detail
- Repository
- rDGQL GraphQL API
- Branch
- casrfold
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 32353 Build 50673: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 50672: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D8694 (id=31400)
Rebasing onto bc6f6a7269...
Current branch diff-target is up to date.
Changes applied before test
commit 2053e5de27bd1c7da3ae340206d8f5e5d6c4dc58 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Tue Oct 18 08:53:20 2022 +0200 Improve directory entry name filtering uisng casefolded strings
See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/216/ for more details.
swh/graphql/tests/data.py | ||
---|---|---|
134 | b"\xc3\x9f\xc3\x9f\xc3\xa9tE\xc3\x89t".decode() == "ßßétEÉt" The tests are using "ßßétEÉ" to search. (It is generic with pytest. parametrize where name include is always entry_name[:-1]) |
swh/graphql/tests/data.py | ||
---|---|---|
134 | Use "ßßétEÉt".encode() then and add a test searching for "ss" in directory entry. |
Comment Actions
Build is green
Patch application report for D8694 (id=31408)
Rebasing onto bc6f6a7269...
Current branch diff-target is up to date.
Changes applied before test
commit c6d410118d075640f66c70a89f2003abcca8a8bd Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Tue Oct 18 08:53:20 2022 +0200 Improve directory entry name filtering uisng casefolded strings
See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/217/ for more details.