mirror of https://github.com/citusdata/citus.git
Actually check that test output normalization is applied in CI (#3358)
Fixup of an issue with #3336 that caused CI not to check correctly that normalized test output was committed.pull/3359/head^2
parent
de75243000
commit
d29ce8965c
|
@ -39,7 +39,7 @@ jobs:
|
||||||
command: ci/normalize_expected.sh
|
command: ci/normalize_expected.sh
|
||||||
- run:
|
- run:
|
||||||
name: 'Check if changed'
|
name: 'Check if changed'
|
||||||
command: git diff --cached --exit-code
|
command: git diff --exit-code
|
||||||
check-sql-snapshots:
|
check-sql-snapshots:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citus/extbuilder:latest'
|
- image: 'citus/extbuilder:latest'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
-- Clear job directory used by previous tests
|
-- Clear job directory used by previous tests
|
||||||
\set JobId 201010
|
\set JobId 201010
|
||||||
SELECT task_tracker_cleanup_job(:JobId);
|
SELECT task_tracker_cleanup_job(:JobId);
|
||||||
task_tracker_cleanup_job
|
task_tracker_cleanup_job
|
||||||
--------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue