Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of testify/suite #871

Merged
merged 16 commits into from
Dec 30, 2023
Merged

Remove use of testify/suite #871

merged 16 commits into from
Dec 30, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Dec 21, 2023

Also run everything in parallel, randomizing suffixes as necessary

e2eshared avoids cyclic dependencies

@serprex serprex requested a review from iskakaushik December 21, 2023 23:40
@serprex serprex enabled auto-merge (squash) December 21, 2023 23:43
flow/e2e/e2e_shared/utils.go Outdated Show resolved Hide resolved
flow/e2e/e2e_shared/utils.go Outdated Show resolved Hide resolved
@serprex serprex force-pushed the remove-testify-suite branch 3 times, most recently from 47a9538 to 8b43066 Compare December 22, 2023 00:21
@serprex serprex force-pushed the remove-testify-suite branch from 4fd1636 to b8a5020 Compare December 22, 2023 01:05
flow/e2e/e2eshared/utils.go Outdated Show resolved Hide resolved
flow/e2e/e2eshared/utils.go Outdated Show resolved Hide resolved
flow/connectors/postgres/postgres_repl_test.go Outdated Show resolved Hide resolved
flow/e2e/e2eshared/utils.go Outdated Show resolved Hide resolved
flow/e2e/bigquery/bigquery_helper.go Outdated Show resolved Hide resolved
flow/e2e/e2eshared/utils.go Outdated Show resolved Hide resolved
flow/e2e/postgres/qrep_flow_pg_test.go Outdated Show resolved Hide resolved
flow/e2e/e2eshared/utils.go Outdated Show resolved Hide resolved
Also run everything in parallel,
randomizing suffixes as necessary
@serprex serprex force-pushed the remove-testify-suite branch from cc66857 to 1938976 Compare December 22, 2023 01:19
@serprex serprex force-pushed the remove-testify-suite branch from b3f0253 to 3cf0e97 Compare December 22, 2023 05:45
@serprex serprex force-pushed the remove-testify-suite branch from c823474 to 9212271 Compare December 22, 2023 17:36
@serprex serprex force-pushed the remove-testify-suite branch from 959fdbc to a398110 Compare December 22, 2023 19:21
serprex added a commit that referenced this pull request Dec 27, 2023
serprex added a commit that referenced this pull request Dec 27, 2023
serprex added a commit that referenced this pull request Dec 27, 2023
serprex added a commit that referenced this pull request Dec 27, 2023
flow/connectors/external_metadata/store.go Outdated Show resolved Hide resolved
flow/connectors/external_metadata/store.go Outdated Show resolved Hide resolved
flow/connectors/external_metadata/store.go Outdated Show resolved Hide resolved
flow/connectors/postgres/postgres_repl_test.go Outdated Show resolved Hide resolved
flow/connectors/postgres/postgres_schema_delta_test.go Outdated Show resolved Hide resolved
flow/e2e/postgres/qrep_flow_pg_test.go Outdated Show resolved Hide resolved
flow/e2e/s3/qrep_flow_s3_test.go Outdated Show resolved Hide resolved
flow/e2e/sqlserver/qrep_flow_sqlserver_test.go Outdated Show resolved Hide resolved
@serprex serprex disabled auto-merge December 27, 2023 21:10
@serprex serprex enabled auto-merge (squash) December 27, 2023 21:11
serprex added a commit that referenced this pull request Dec 29, 2023
@serprex serprex merged commit 8aec70a into main Dec 30, 2023
4 of 6 checks passed
serprex added a commit that referenced this pull request Dec 30, 2023
s.NoError(err)
s.T().Log("Inserted initial row in the source table")
require.NoError(s.t, err)
s.t.Println("Inserted initial row in the source table")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
s.t.Println undefined (type *testing.T has no field or method Println) (typecheck)

serprex added a commit that referenced this pull request Dec 30, 2023
Accidentally merged #871 (for some reason automerge triggered after merge with 0/6 CI steps complete)
@serprex serprex deleted the remove-testify-suite branch February 5, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants