-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: snapshots on sorted test output (#1615)
This PR splits out the test reproducibility fix from #1585 Currently, these fields not being sorted does not pose an issue, but with #1585, it would at least be differnt => we likely should not rely upon this in our CI
- Loading branch information
1 parent
12e5167
commit 25f6dd8
Showing
25 changed files
with
246 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"bounds": [ | ||
-179.27313970132585, | ||
-80.46177157848345, | ||
179.11187181086706, | ||
84.93092095128937 | ||
], | ||
"description": "public.points1.geom\npublic.points2.geom", | ||
"name": "table_source,points1,points2", | ||
"tilejson": "3.0.0", | ||
"tiles": [ | ||
"http://localhost:3111/table_source,points1,points2/{z}/{x}/{y}" | ||
], | ||
"vector_layers": [ | ||
{ | ||
"id": "table_source", | ||
"fields": { | ||
"gid": "int4" | ||
} | ||
}, | ||
"id": "table_source" | ||
}, | ||
{ | ||
"id": "points1", | ||
"fields": { | ||
"gid": "int4" | ||
} | ||
}, | ||
"id": "points1" | ||
}, | ||
{ | ||
"id": "points2", | ||
"fields": { | ||
"gid": "int4" | ||
} | ||
}, | ||
"id": "points2" | ||
} | ||
], | ||
"bounds": [ | ||
-179.27313970132585, | ||
-80.46177157848345, | ||
179.11187181086706, | ||
84.93092095128937 | ||
], | ||
"description": "public.points1.geom\npublic.points2.geom", | ||
"name": "table_source,points1,points2" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"foo": { | ||
"bar": "foo" | ||
}, | ||
"name": "function_zxy_query", | ||
"tilejson": "3.0.0", | ||
"tiles": [ | ||
"http://localhost:3111/function_zxy_query/{z}/{x}/{y}" | ||
], | ||
"name": "function_zxy_query", | ||
"foo": { | ||
"bar": "foo" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"description": "public.function_zxy_query_jsonb", | ||
"name": "function_zxy_query_jsonb", | ||
"tilejson": "3.0.0", | ||
"tiles": [ | ||
"http://localhost:3111/function_zxy_query_jsonb/{z}/{x}/{y}" | ||
], | ||
"description": "public.function_zxy_query_jsonb", | ||
"name": "function_zxy_query_jsonb" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"description": "a function source with MixedCase name", | ||
"name": "function_Mixed_Name", | ||
"tilejson": "3.0.0", | ||
"tiles": [ | ||
"http://localhost:3111/function_Mixed_Name/{z}/{x}/{y}" | ||
], | ||
"vector_layers": [ | ||
{ | ||
"id": "MixedCase.function_Mixed_Name", | ||
"fields": { | ||
"Geom": "", | ||
"TABLE": "" | ||
} | ||
}, | ||
"id": "MixedCase.function_Mixed_Name" | ||
} | ||
], | ||
"description": "a function source with MixedCase name", | ||
"name": "function_Mixed_Name" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"description": "public.function_zxy_query_test", | ||
"name": "function_zxy_query_test", | ||
"tilejson": "3.0.0", | ||
"tiles": [ | ||
"http://localhost:3111/function_zxy_query_test/{z}/{x}/{y}" | ||
], | ||
"description": "public.function_zxy_query_test", | ||
"name": "function_zxy_query_test" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.