-
Notifications
You must be signed in to change notification settings - Fork 8
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
Rabbitmq - Fix event sending process #81
Rabbitmq - Fix event sending process #81
Conversation
068bab3
to
e8e798c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The GHA is failing:
https://github.com/georchestra/georchestra-gateway/pull/81/checks
so I wouldd expect the PR is not ready for review yet
gateway/src/test/java/org/georchestra/gateway/rabbitmq/SendMessageRabbitmqIT.java
Outdated
Show resolved
Hide resolved
*/ | ||
@SpringBootTest(classes = GeorchestraGatewayApplication.class) | ||
@TestPropertySource(properties = { // | ||
"georchestra.datadir=${user.dir}/src/test/resources/data_directory" }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not sound to me as very portable, it doesn't resolve on my dev environment.
return interfaceAddress.getAddress().getHostAddress(); | ||
} | ||
} catch (SocketException e) { | ||
e.printStackTrace(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make use of a logger, even in a test context.
This needs this PR to be merged before to make compilation works : |
cdaa9cb
to
2c3cb9c
Compare
I am still concerned by the failing testsuite though. |
09e927f
to
255feae
Compare
255feae
to
8de54bb
Compare
1- fix rabbitmq event sending process after code refactor
2- adding IT test for communication between gateway and console using rabbitmq