Commit 395a4fb
authored
chore: pytransformer contract testing (#6672)
🔒 Scanned for secrets using gitleaks version is set by build process
# Description
Contract testing via integration tests to identify regressions and
compatibility drifts between `rudder-transformer` and
`rudder-pytransformer`.
## Linear Ticket
< Fixes
[PIPE-2778](https://linear.app/rudderstack/issue/PIPE-2778/rudder-server-integration-tests-to-compare-results-from-js-and-py)
>
## Security
- [x] The code changed/added as part of this pull request won't create
any security issues with how the software is being used.1 parent 67befa5 commit 395a4fb
File tree
7 files changed
+1617
-55
lines changed- .github/workflows
- integration_test/pytransformer_contract
- processor
- internal/transformer/user_transformer
- usertransformer
7 files changed
+1617
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
| 229 | + | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
0 commit comments