treeherder/tests
Ed Morley cbba97221a Bug 1188832 - Fix intermittent Travis test failure in test_note_api
The sample notes added for the test normally have the same timestamp for
several notes, but not always. With the previous `ORDER BY`, this meant
the list of notes retrieved could vary in order depending on if the
timestamps were identical. We now additionally sort by id (descending,
to match the timestamp sort), so the returned list is deterministic.
2015-07-30 16:55:25 +01:00
..
client Bug 1183575 - Create a requests auth backend for 2-legged oauth 2015-07-20 16:12:33 +02:00
e2e Bug 1186357 - Remove the deprecated objectstore endpoint 2015-07-30 13:19:30 +01:00
etl Bug 1168360 - fix osx talos tp/tp-e10s 2015-07-24 10:03:54 -04:00
log_parser Bug 1188132 - Don't retry log parsing for invalid TALOSDATA log lines 2015-07-28 14:55:32 +01:00
model Bug 1185030 - Remove the contenttype field from the datasource table 2015-07-23 11:23:06 +01:00
perfalert Bug 1174877 - Updates to make perf alert analysis code useful for perfherder 2015-06-17 14:59:56 -04:00
sample_data Bug 1179214 - Stop storing the list of files changed in a revision 2015-07-08 10:52:15 +01:00
ui Bug 1170301 - Improve display of information in compare performance 2015-07-08 14:12:36 -04:00
webapp Bug 1188832 - Fix intermittent Travis test failure in test_note_api 2015-07-30 16:55:25 +01:00
__init__.py fix RefDataManager and add firts working test on it 2013-04-17 17:13:24 +01:00
conftest.py Bug 1185030 - Remove the contenttype field from the datasource table 2015-07-23 11:23:06 +01:00
jobs_test.json Bug 1125464 - Fix key name for specifying master vs read-only DB host 2015-01-24 19:30:18 +00:00
refdata_test.json Bug 1178234 - Remove repository_version 2015-06-30 14:16:47 +01:00
sample_data_generator.py Bug 1133482 - Always ensure files are closed after being open()ed 2015-03-03 17:13:34 +00:00
sampledata.py Bug 1174877 - properly integrate graphserver analysis code into repo 2015-06-17 14:59:04 -04:00
test_setup.py Bug 1175432 - Use dj-database-url to simplify DB environment variables 2015-07-15 14:58:46 +01:00
test_utils.py Bug 1140349 - Remove the objectstore code 2015-07-21 14:13:21 -07:00