Kitura / Kitura-redis

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

test_expiration test case failing #5

Closed kweinmeister closed 8 years ago

kweinmeister commented 8 years ago

Test Case '-[SwiftRedisTestSuite.TestMoreCommands test_expiration]' started. /Users/travis/build/IBM-Swift/Kitura-redis/Tests/SwiftRedis/TestMoreCommands.swift:170: error: -[SwiftRedisTestSuite.TestMoreCommands test_expiration] : XCTAssertEqual failed: ("Optional(1.849)") is not equal to ("Optional(1.8500000000000001)") - ttl for test1 should be 1.85. It was 1.849 Test Case '-[SwiftRedisTestSuite.TestMoreCommands test_expiration]' failed (0.007 seconds).

kweinmeister commented 8 years ago

Passes in most recent Travis builds. Closing.

shmuelk commented 8 years ago

These tests sometimes pass sometimes fail.

irar2 commented 8 years ago

Reviewed code and build passes