You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When an integration test that produces an output file is ran, it might give a false positive, if the run does not change the file and previous run was succesful.
Steps
Run an integration tests that outputs to a file
Change the filename that the test outputs to (without changing assertions)
Run the test again - it will pass, though it should fail
Possible Solution(s)
Remove the output files that are used in assertions before running tests?
Notes
Output of rustup --version:
Output of rustup show:
Output of tremor --version:
The text was updated successfully, but these errors were encountered:
Problem
When an integration test that produces an output file is ran, it might give a false positive, if the run does not change the file and previous run was succesful.
Steps
Possible Solution(s)
Remove the output files that are used in assertions before running tests?
Notes
Output of
rustup --version
:Output of
rustup show
:Output of
tremor --version
:The text was updated successfully, but these errors were encountered: