featurebrawl icon indicating copy to clipboard operation
featurebrawl copied to clipboard

Results 2 featurebrawl issues
Sort by recently updated
recently updated
newest added

Error message : ``` com.mongodb.MongoSocketOpenException: Exception opening socket at com.mongodb.connection.SocketStream.open(SocketStream.java:63) ~[mongodb-driver-core-3.4.3.jar:na] at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:115) ~[mongodb-driver-core-3.4.3.jar:na] at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:113) ~[mongodb-driver-core-3.4.3.jar:na] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_172] Caused by: java.net.ConnectException: Connection refused: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) ~[na:1.8.0_172]...

The function name should be `vote` instead of `addFeature`, I think it's a copy/paste mistake. https://github.com/youenchene/featurebrawl/blob/332e0153161ad2856c46ce52008297010e48be75/src/main/kotlin/com/saagie/tooling/featurebrawl/infra/adapters/primary/FeatureSpringRestController.kt#L31 Have a nice day