test(host): assert the settings URL and cache behaviour the shell actually implements - #175
Draft
BigTava wants to merge 3 commits into
Draft
test(host): assert the settings URL and cache behaviour the shell actually implements#175BigTava wants to merge 3 commits into
BigTava wants to merge 3 commits into
Conversation
… failure debuggable
BigTava
requested review from
Cyr06130,
KarimJedda,
ba1uev,
justraman,
leonardocustodio and
tallesborges
as code owners
August 18, 2026 10:49
Contributor
Bundle Size ReportChunks over 500 KB:
All files
Commit: ee2264a |
Contributor
⚡ Performance Report
|
Contributor
|
❌ E2E Product suite failed on Failed tests:
Logs: https://github.com/paritytech/dotli-community/actions/runs/32150054869 |
…t every story with the user
BigTava
marked this pull request as draft
August 21, 2026 20:00
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
host-settings.spec.ts, which asserted the opposite of behaviour the shell deliberately implements. All 28 now pass, up from 23.chainBackend=smoldot-directandskipWorkerCache=0to stay in the address bar, but both are default values andpackages/config/src/url-settings.tsstrips default-valued axes so a clean URL means every axis is at its default. Neighbouring tests already assert that stripping, so the suite contradicted itself.wipeOriginStateand deletes all IndexedDB, so the entry is destroyed rather than ignored. Each story's real claim, that the name is looked up again, was already passing on the line above.TRANSPORT_LABELSso looped titles read "smoldot per app", "shared smoldot" and "trusted provider" instead of stored values. Every story now starts with the user, including the 12 innavigation.spec.tsthat previously opened with "when I open". No production identifier changed.docs/functional-test-analysis.md, covering why the Functional job was red between 2026-08-04 and 2026-08-14, why nothing in this repo caused it, and a phased plan for making the next failure debuggable.host-settings.spec.tsis excluded from CI, which is why its five failures went unnoticed.