google / shipshape

Program analysis platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rerunning the end_to_end test a second time produces no results

ciera opened this issue · comments

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.

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

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

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