#Ok, weird failure / flake: https://
1 messages · Page 1 of 1 (latest)
@noble mist do you think ^ it could be related to something in main even though this is coming from workspace branch ?
Oh I just added that test a little bit ago. It's inherently very timing based. It had been non-flaky so far but might need some more relaxed time constraints
the failure it's showing looks like it just needed to wait longer
not like it was actually broken or something
doh.. yeah actually it's trying to measure disk bytes used. I thought the command I was running was scoped to a subdir but it's actually measuring the whole disk. So any concurrent tests will break it

will fix