Ghost/core
kirrg001 2647b754d1 Tests: Improve random failures and optimise comment id tests
refs #7470

- the importer test causes problems with the order of posts
- the importer is greedy and tries to add data in parallel, but the tests simply fetch the raw data from knex without any order
- while i was improving the order problem, i found this amp/disqus edge case

Order Random Failure Example:

1) Import (new test structure) 1.0: basic import test keeps the value of the amp field:
      AssertionError: expected '59a952be7d79ed06b0d21128' to equal '1'
         + expected - actual
           -59a952be7d79ed06b0d21128
           +1
2017-09-12 16:29:59 +01:00
..
client@062e63804b Updated Ghost-Admin to 1.8.5 2017-09-12 20:30:11 +07:00
server 🐛 Fixed disqus comment id when exporting/importing 1.x content 2017-09-12 16:29:59 +01:00
test Tests: Improve random failures and optimise comment id tests 2017-09-12 16:29:59 +01:00
index.js