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

dynamic properties test #1216

Merged
merged 10 commits into from
Feb 12, 2024
Merged

dynamic properties test #1216

merged 10 commits into from
Feb 12, 2024

Conversation

heavycrystal
Copy link
Contributor

@heavycrystal heavycrystal commented Feb 7, 2024

also ends up testing initial load

@serprex serprex marked this pull request as draft February 7, 2024 15:54
@heavycrystal
Copy link
Contributor Author

test doesn't pass in a container, tried with Docker.
works locally

@heavycrystal heavycrystal marked this pull request as ready for review February 8, 2024 12:16
@heavycrystal heavycrystal changed the title [don't merge] debugging for dynamic properties test dynamic properties test Feb 8, 2024
@heavycrystal heavycrystal requested a review from serprex February 8, 2024 15:27
serprex
serprex previously approved these changes Feb 8, 2024
@serprex serprex dismissed their stale review February 8, 2024 15:31

feedback

// 3 from first insert of 18 rows in 1 table
// 1 from pre-pause
// 3 from second insert of 18 rows in 2 tables, batch size updated
require.GreaterOrEqual(s.t, len(workflowState.SyncFlowStatuses), 3+1+3)
Copy link
Contributor

Choose a reason for hiding this comment

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

Cannot call require functions in goroutines; instead compare & then use s.t.Fail or use e2e.Env... helper functions

@heavycrystal heavycrystal merged commit 79915cf into main Feb 12, 2024
6 of 7 checks passed
@heavycrystal heavycrystal deleted the dynprops-test-debug branch February 12, 2024 19:08
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