mozilla / tls-canary

DEPRECATED - TLS regression scanner for Firefox
https://tlscanary.mozilla.org/
Mozilla Public License 2.0
18 stars 15 forks source link

Test: debugging a build issue #140

Closed mwobensmith closed 6 years ago

mwobensmith commented 6 years ago

We seem to have some Travis integration test failures. I don't think they are caused by my work, so this PR just contains one line of bogus log output on top of the current, last-known-good changeset.

Let's see if the tests still fail.

mwobensmith commented 6 years ago

Looks like Travis passed, so now it's up to me to figure out why the last PR did not.

mwobensmith commented 6 years ago

I think I found the problem. Re-opening.

cr commented 6 years ago

Travis is know to produce intermittent failures when running our integration tests. It seems to be up to their network connectivity.

I can restart tests manually. Unfortunately I am the only one.

cr commented 6 years ago

So what is the issue? Was it in your changes?

mwobensmith commented 6 years ago

I'm pretty sure I just caused a conflict between the nosetest and the new regression mode. Give me time to sort it out.

Lesson: always run nosetests before checking in. :\

mwobensmith commented 6 years ago

No longer needed.