sigaloid / vial

🧪 a micro micro-framework for rust
http://vial.rs
Apache License 2.0
3 stars 0 forks source link

Flaky tests #11

Closed sigaloid closed 2 years ago

sigaloid commented 2 years ago

from_asset seems to be failing sporadically

https://user-images.githubusercontent.com/69441971/140590582-2c145d02-1bb0-4cf6-ae1a-d58d8bacbd7d.mp4

sigaloid commented 2 years ago

content-type and content-length seem to swap positions randomly... Trying to hunt down the cause

sigaloid commented 2 years ago

nvm, the test doesn't care about order

image

:shrug:

sigaloid commented 2 years ago

This seems to be a filesystem issue?... Why on earth would puff.gif just fail to be discovered?

sigaloid commented 2 years ago

Oh image

sigaloid commented 2 years ago

okay, so:

  1. either the etag occasionally differs, or
  2. a 404 is occasionally returned

1 involves the last modified date 2 involves this image