Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

travis CI builds are failing for Kitura-Redis #18

Closed BDHernand closed 8 years ago

BDHernand commented 8 years ago

The test cases are failing:

Test Case 'TestBasicCommands.test_setAndGet' started at 14:11:30.175 /root/Kitura-Redis/Tests/SwiftRedis/TestBasicCommands.swift:48: error: TestBasicCommands.test_setAndGet : XCTAssertNil failed: "<NSError: 0x000000000094da30>" - Error: Not connected to Redis server /root/Kitura-Redis/Tests/SwiftRedis/TestBasicCommands.swift:62: error: TestBasicCommands.test_setAndGet : XCTAssertNil failed: "<NSError: 0x000000000094f5b0>" - Error: Not connected to Redis server /root/Kitura-Redis/Tests/SwiftRedis/TestBasicCommands.swift:63: error: TestBasicCommands.test_setAndGet : XCTAssertTrue failed - Failed to set test1 /root/Kitura-Redis/Tests/SwiftRedis/TestBasicCommands.swift:66: error: TestBasicCommands.test_setAndGet : XCTAssertNil failed: "<NSError: 0x000000000094f740>" - Error: Not connected to Redis server fatal error: unexpectedly found nil while unwrapping an Optional value

are the errors

ianpartridge commented 8 years ago

Can you link to the failing build?

The most recent I see is https://travis-ci.org/IBM-Swift/Kitura-redis/builds/148125019 which passed.

youming-lin commented 8 years ago

@ianpartridge @BDHernand linked me this build: https://travis-ci.org/BDHernand/Kitura-redis/jobs/148434752

ianpartridge commented 8 years ago

@shmuelk this looks like IBM-Swift/Kitura#662

youming-lin commented 8 years ago

@BDHernand The tests pass: https://travis-ci.org/IBM-Swift/Kitura-redis/builds/148955983. Can you restart that failing test and try again?

ianpartridge commented 8 years ago

Closing as very likely a duplicate of IBM-Swift/Kitura#662