Re: [fetch-tests] fetch conditional GET with ETags [WIP] (#3592)

In some test environments, we might want to rerun the test several times and the test should behave the same on every run.

In your test case, depending on the cache state, the first fetch might serve a cached response.
One possible fix is to use a dynamic request URL:  instead of "resources/cache.py", you could use "resources/cache.py?" + token() for instance.




View on GitHub: https://github.com/w3c/web-platform-tests/pull/3592#issuecomment-248316253

Received on Tuesday, 20 September 2016 14:23:26 UTC