Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Update snapshot tests #259

Merged
merged 2 commits into from
Sep 14, 2021
Merged

Update snapshot tests #259

merged 2 commits into from
Sep 14, 2021

Conversation

japaric
Copy link
Member

@japaric japaric commented Sep 14, 2021

see individual commits for details

this makes cargo test -- --ignored (includes snapshot tests) pass again

unsure why this changed; perhaps at some point the ELF was updated and the snapshot was not
@japaric
Copy link
Member Author

japaric commented Sep 14, 2021

this particular log statement is somewhat problematic (but not the end of the world):

   19       │-(HOST) TRACE reading canary took 0.012s (83.93 KiB/s)
         19 │+(HOST) TRACE reading canary took 0.012s (81.14 KiB/s)

it prints the speed so it will make the snapshot test always fail (false positive). the snapshot test checks the output of probe-run when the --verbose flag is passed

@japaric
Copy link
Member Author

japaric commented Sep 14, 2021

CI failure is unrelated to this PR and should be fixed in PR #260

@jonas-schievink
Copy link
Contributor

bors r+

@bors
Copy link
Contributor

bors bot commented Sep 14, 2021

Build succeeded:

@bors bors bot merged commit f061f09 into main Sep 14, 2021
@bors bors bot deleted the update-snapshot-tests branch September 14, 2021 13:01
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants