@@ -7,62 +7,50 @@ test_strictness_level: high
7
7
acceptance_tests :
8
8
spec :
9
9
tests :
10
- # Test with Prod credentials (Make sure you purt the right ones)
10
+ # Test with Prod credentials (Make sure you purt the right ones)
11
11
- spec_path : " source_paypal_transaction/spec.yaml"
12
12
config_path : secrets/config.json
13
- backward_compatibility_tests_config :
14
- disable_for_version : " 0.1.13"
15
13
connection :
16
14
tests :
17
- # Test With Prod Credentials
15
+ # Test With Prod Credentials
18
16
- config_path : secrets/config.json
19
17
status : succeed
20
- # Test with Invalid Credentials
18
+ # Test with Invalid Credentials
21
19
- config_path : integration_tests/sample_files/invalid_config.json
22
20
status : failed
23
- # Test with Sandbox Credentials
24
- # - config_path: secrets/config_sandbox.json
25
- # status: succeed
26
21
discovery :
27
22
tests :
28
23
- config_path : secrets/config.json
29
- # - config_path: secrets/config_sandbox.json
30
- backward_compatibility_tests_config :
31
- disable_for_version : " 2.0.0" # Change in cursor field for transactions stream
32
24
basic_read :
33
25
tests :
34
- # Test Prod Environment - Uncomment and change according to your prod setup
35
- # Change the expected records, remember to align them with the timeframe you have selected
36
- # Do not select streams that take more than 5 mins to load data as that can lead to timeouts
37
- # You can comment the lines if you are sure you have data for the below streams.
26
+ # Test Prod Environment - Uncomment and change according to your prod setup
27
+ # Change the expected records, remember to align them with the timeframe you have selected
28
+ # Do not select streams that take more than 5 mins to load data as that can lead to timeouts
29
+ # You can comment the lines if you are sure you have data for the below streams.
38
30
- config_path : secrets/config.json
39
- # - config_path: secrets/config_sandbox.json
40
31
empty_streams :
41
32
- name : show_product_details
42
33
bypass_reason : " Products may not exist"
43
34
- name : search_invoices
44
35
bypass_reason : " Order makes the diff fail."
45
- # Have to add for testing PR CI.
36
+ # Have to add for testing PR CI.
46
37
- name : list_disputes
47
38
bypass_reason : " Disputes may not exist."
48
39
timeout_seconds : 3200
49
40
expect_records :
50
41
path : " integration_tests/sample_files/expected_records_sandbox.jsonl"
51
- # path: "integration_tests/sample_files/expected_records.jsonl"
52
42
exact_order : yes
53
43
fail_on_extra_columns : False
54
44
incremental :
55
45
tests :
56
46
- config_path : secrets/config.json
57
- # - config_path: secrets/config_sandbox.json
58
47
configured_catalog_path : integration_tests/incremental_catalog.json
59
48
future_state :
60
49
future_state_path : integration_tests/sample_files/abnormal_state.json
61
50
skip_comprehensive_incremental_tests : true
62
51
full_refresh :
63
52
tests :
64
53
- config_path : secrets/config.json
65
- # - config_path: secrets/config_sandbox.json
66
54
configured_catalog_path : integration_tests/full_refresh_catalog.json
67
55
ignored_fields :
68
56
balances :
0 commit comments