Unittests fail #7

Closed
opened 2023-06-20 18:21:51 +02:00 by migration-script · 0 comments

Summary

When running unittest on master starting from 7941291 the build fails due to a missing mongo DB

Description

Running dub test fails with the following exception:

Running ./generated/calendar-webapp 
vibe.db.mongo.connection.MongoDriverException@../../../.dub/packages/vibe-d-0.8.1/vibe-d/mongodb/vibe/db/mongo/connection.d(181): Failed to connect to MongoDB server at localhost:27017.
object.Exception@../../../.dub/packages/vibe-d-0.8.1/vibe-d/core/vibe/core/drivers/libevent2.d(375): Failed to connect to host 127.0.0.1:27017: 7F05338F6925
Program exited with code -11

Reproduction steps

  • Checkout a commit on master starting from 7941291
  • stop any running mongoDB-instance
  • run dub test
## Summary ## When running unittest on master starting from 7941291 the build fails due to a missing mongo DB ## Description ## Running `dub test` fails with the following exception: ``` Running ./generated/calendar-webapp vibe.db.mongo.connection.MongoDriverException@../../../.dub/packages/vibe-d-0.8.1/vibe-d/mongodb/vibe/db/mongo/connection.d(181): Failed to connect to MongoDB server at localhost:27017. object.Exception@../../../.dub/packages/vibe-d-0.8.1/vibe-d/core/vibe/core/drivers/libevent2.d(375): Failed to connect to host 127.0.0.1:27017: 7F05338F6925 Program exited with code -11 ``` ### Reproduction steps ## - Checkout a commit on master starting from 7941291 - stop any running mongoDB-instance - run `dub test`
migration-script added the
Priority: High
Type: Bug
labels 2023-06-20 18:21:51 +02:00
saluu was assigned by migration-script 2023-06-20 18:21:51 +02:00
Sign in to join this conversation.
No description provided.