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

Integration Test for PopulateEmailQueryViewTask with Postgres #2163

Closed
wants to merge 1 commit into from

Conversation

Arsnael
Copy link
Contributor

@Arsnael Arsnael commented Mar 28, 2024

which works so now I don't know what to think about what's going on on our staging env...

.configurationFromClasspath()
.searchConfiguration(SearchConfiguration.scanning())
.usersRepository(DEFAULT)
.eventBusImpl(PostgresJamesConfiguration.EventBusImpl.IN_MEMORY)
Copy link
Contributor

@vttranlina vttranlina Mar 29, 2024

Choose a reason for hiding this comment

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

it will fail when run with rabbitmq eventbus
because TaskEventDTO can't deserialize when "distributed"

// My guess, when tried the same cases

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch I have been focusing on the task itself. Let's check that out

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually no there is no distributed task manager in pg, we use the memory one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It passes with the rabbitmq extension fyi

@Arsnael Arsnael closed this Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants