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

chore(test): allow persistent outbox #142

Merged
merged 3 commits into from
Dec 12, 2023
Merged

chore(test): allow persistent outbox #142

merged 3 commits into from
Dec 12, 2023

Conversation

sjvans
Copy link
Contributor

@sjvans sjvans commented Dec 8, 2023

No description provided.

jest.config.js Outdated Show resolved Hide resolved
@sjvans sjvans changed the title [wip] chore(test): allow persistent outbox chore(test): allow persistent outbox Dec 11, 2023
@sjvans sjvans marked this pull request as ready for review December 11, 2023 10:28
@sjvans sjvans requested a review from a team as a code owner December 11, 2023 10:28
@sjvans sjvans enabled auto-merge (squash) December 11, 2023 12:57
@@ -14,6 +14,9 @@
"kind": "mocked"
}
},
"features": {
Copy link
Contributor

@johannes-vogel johannes-vogel Dec 12, 2023

Choose a reason for hiding this comment

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

which feature flag is this?
instead db.kind = 'sql'?

Copy link
Contributor Author

@sjvans sjvans Dec 12, 2023

Choose a reason for hiding this comment

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

it enables use of in-memory db in production. defaults to true in development. kind sql would become hana in this test that uses node_env production.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, didn't see that this is for production tests.

@sjvans sjvans merged commit b47b701 into main Dec 12, 2023
3 checks passed
@sjvans sjvans deleted the allow-persistent-outbox branch December 12, 2023 08:32
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