Skip to content

Commit

Permalink
added test_strictness_level: high (#21615)
Browse files Browse the repository at this point in the history
  • Loading branch information
midavadim authored Jan 23, 2023
1 parent 2a71464 commit 72134ac
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
connector_image: airbyte/source-surveymonkey:dev
test_strictness_level: high
acceptance_tests:
spec:
tests:
Expand All @@ -15,7 +16,8 @@ acceptance_tests:
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
expect_records:
path: "integration_tests/expected_records.txt"
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
{
"type": "STREAM",
"stream": {
"stream_state": { "date_modified": "2050-06-10T11:02:01" },
"stream_state": { "date_modified": "2023-01-19T10:02:01" },
"stream_descriptor": { "name": "surveys" }
}
},
{
"type": "STREAM",
"stream": {
"stream_state": {
"306079584": { "date_modified": "2050-06-08T18:17:18+00:00" },
"307785429": { "date_modified": "2050-06-10T10:59:43+00:00" },
"307785444": { "date_modified": "2050-06-10T11:00:19+00:00" },
"307785394": { "date_modified": "2050-06-10T11:00:59+00:00" },
"307785402": { "date_modified": "2050-06-10T11:01:31+00:00" },
"307785408": { "date_modified": "2050-06-10T11:02:08+00:00" },
"307785448": { "date_modified": "2050-06-10T11:02:49+00:00" },
"307784834": { "date_modified": "2050-06-10T11:03:45+00:00" },
"307784863": { "date_modified": "2050-06-10T11:04:29+00:00" },
"307784846": { "date_modified": "2050-06-10T11:05:05+00:00" },
"307784856": { "date_modified": "2050-06-10T11:05:44+00:00" },
"307785388": { "date_modified": "2050-06-10T11:06:20+00:00" },
"307785415": { "date_modified": "2050-06-10T11:06:43+00:00" }
"306079584": { "date_modified": "2023-01-19T10:17:18+00:00" },
"307785429": { "date_modified": "2023-01-19T10:59:43+00:00" },
"307785444": { "date_modified": "2023-01-19T10:00:19+00:00" },
"307785394": { "date_modified": "2023-01-19T10:00:59+00:00" },
"307785402": { "date_modified": "2023-01-19T10:01:31+00:00" },
"307785408": { "date_modified": "2023-01-19T10:02:08+00:00" },
"307785448": { "date_modified": "2023-01-19T10:02:49+00:00" },
"307784834": { "date_modified": "2023-01-19T10:03:45+00:00" },
"307784863": { "date_modified": "2023-01-19T10:04:29+00:00" },
"307784846": { "date_modified": "2023-01-19T10:05:05+00:00" },
"307784856": { "date_modified": "2023-01-19T10:05:44+00:00" },
"307785388": { "date_modified": "2023-01-19T10:06:20+00:00" },
"307785415": { "date_modified": "2023-01-19T10:06:43+00:00" }
},
"stream_descriptor": { "name": "survey_responses" }
}
Expand Down
Loading

0 comments on commit 72134ac

Please sign in to comment.