google / shipshape

Program analysis platform
Apache License 2.0
269 stars 35 forks source link

Rerunning the end_to_end test a second time produces no results #74

Closed ciera closed 8 years ago

ciera commented 9 years ago

Repro steps: docker stop shipping_container docker rm shipping_container ./shipshape/test/end_to_end_test.sh --tag local ./shipshape/test/end_to_end_test.sh --tag local

Notice the difference in output from the last two commands.

collinw commented 9 years ago

Does this happen if end_to_end_test.sh is modified to shut down Shipshape after each invocation?

ciera commented 8 years ago

Now that we have go tests, I'm going to create a new test that tries to repro this.

ciera commented 8 years ago

Test added in D136 and seems to work now. Might have been a problem with the end to end test itself.