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

DEV: Fix flaky system tests #540

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Conversation

tgxworld
Copy link
Contributor

@tgxworld tgxworld commented Jan 1, 2024

Why this change?

The spec is flaky and it seems to be DB transaction related where after signing in as a user, the failure screenshot shows that the user has not been signed in.

What does this change do?

Set capture_log: true which will log all ActiveRecord DB statements execute while running the spec.

Why this change?

The spec is flaky and it seems to be DB transaction related where after
signing in as a user, the failure screenshot shows that the user has not
been signed in.

What does this change do?

Set `capture_log: true` which will log all ActiveRecord DB statements
execute while running the spec.
@tgxworld tgxworld force-pushed the set_capture_log_to_true_for_flaky_spec branch from e953387 to 4772f96 Compare January 1, 2024 23:27
@tgxworld tgxworld merged commit 1f24dca into main Jan 1, 2024
7 checks passed
@tgxworld tgxworld deleted the set_capture_log_to_true_for_flaky_spec branch January 1, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants