Mossop / bugzilla-ts

A NodeJS module to access Bugzilla instances through the REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration tests rely on live data

Mossop opened this issue · comments

The tests that pull bugs from live Mozilla and RedHat bugzillas rely on that data remaining constant. If someone changes their display name then the tests start to fail. We should probably just test the general shape of the returned data and not the specific values.

Short term workaround could be to cherry-pick bugs that have a smaller number of "moving parts". Old bugs, bugs with small amounts of comments and CC, etc.

I'm close to being able to resolve this with #91

I'm close to being able to resolve this with #91

Thanks for working on it!