Ghost/ghost/core/test
Naz 92fb2a54ae Fixed non-deretministic post ordering in content gating test suite
refs https://github.com/TryGhost/Ghost/pull/17609

- The tests for content gating started to fail with introduction of the index on `published_at` data in for `posts` table. The reason for the failure was identical `published_at` date set during the fixture insertion, making the returned results change order non-deterministically. The problem is mostly in how the test is set up as it's quite unrealistic to have multiple posts in the system inserted at the same time down to millisecond. Maybe... by some coincidence, but thats not a problem we should care too much about imo.
2023-08-11 17:31:13 +08:00
..
e2e-api
e2e-browser
e2e-frontend
e2e-server
e2e-webhooks
integration
regression Fixed non-deretministic post ordering in content gating test suite 2023-08-11 17:31:13 +08:00
unit Added index on posts table for published_at column 2023-08-11 17:31:13 +08:00
utils
.eslintignore
.eslintrc.js