java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Enable the MongoDB tests in hexagonal pattern

Open iluwatar opened this issue 2 years ago • 5 comments

Currently, the tests MongoBankTest, MongoTicketRepositoryTest, and MongoEventLogTest are disabled supposedly because they require a real MongoDB present. Let's try to re-enable the tests either by utilizing embedded MongoDB or using mocking techniques.

Acceptance criteria

  • Hexagonal MongoDB tests are enabled and working

iluwatar avatar Nov 30 '22 16:11 iluwatar

id like to work on this

Taz03 avatar Jan 14 '23 18:01 Taz03

sorry, but i was unable to solve this. u can unassign me now

Taz03 avatar Jan 16 '23 15:01 Taz03

Please assign this to me

mohanaraosv avatar Jan 21 '23 07:01 mohanaraosv

This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 29 '23 09:03 stale[bot]

Assign this to me please

boscha1 avatar Apr 25 '23 00:04 boscha1

Hi, I have a working solution using TestContainers, can you please assign this to me and I'll raise a PR for review ?

image

k1w1dev avatar May 21 '23 08:05 k1w1dev

Fixed in https://github.com/iluwatar/java-design-patterns/pull/2511

iluwatar avatar Jul 02 '23 08:07 iluwatar