Created
February 22, 2020 11:19
-
-
Save InukVT/fb09ef1f28a6776e9f9bb079a610d9ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020-02-22T12:13:44+0100 warning: No custom working directory set for this scheme, using /Users/inuk/Library/Developer/Xcode/DerivedData/DrinkServer-bpcegmuggleozudsdvyxhotvrrft/Build/Products/Debug | |
| 2020-02-22T12:13:44+0100 warning: No custom working directory set for this scheme, using /Users/inuk/Library/Developer/Xcode/DerivedData/DrinkServer-bpcegmuggleozudsdvyxhotvrrft/Build/Products/Debug | |
| Test Suite 'Selected tests' started at 2020-02-22 12:13:44.145 | |
| Test Suite 'AppTests.xctest' started at 2020-02-22 12:13:44.146 | |
| Test Suite 'UserTests' started at 2020-02-22 12:13:44.146 | |
| Test Case '-[AppTests.UserTests testUserRights]' started. | |
| 2020-02-22T12:13:44+0100 info: read fluent | |
| 2020-02-22T12:13:44+0100 error: relation "fluent" does not exist (parserOpenTable) | |
| 2020-02-22T12:13:44+0100 info: read fluent | |
| 2020-02-22T12:13:44+0100 info: read fluent | |
| 2020-02-22T12:13:44+0100 error: relation "fluent" does not exist (parserOpenTable) | |
| 2020-02-22T12:13:44+0100 info: read fluent | |
| 2020-02-22T12:13:44+0100 info: read fluent | |
| 2020-02-22T12:13:44+0100 info: create fluent fields=[name, batch, created_at, id, updated_at] input=[["user", 1, Optional(2020-02-22 11:13:44 +0000), default, Optional(2020-02-22 11:13:44 +0000)]] | |
| 2020-02-22T12:13:44+0100 error: relation "user_tokens" already exists (heap_create_with_catalog) | |
| /Users/inuk/Coding/DrinkServer/Tests/AppTests/VaporCase.swift:25: error: -[AppTests.UserTests testUserRights] : failed - Setup failed. with server: relation "user_tokens" already exists (heap_create_with_catalog) | |
| 2020-02-22T12:13:45+0100 info: create user fields=[mail, id, password, rights] input=[["[email protected]", default, "$2b$12$9MY43bdhpfU8.2gbhDa7ee/dkZ9PJkokb6G/9efjREeFQFbft7HJ.", UserRights(rawValue: 1)]] | |
| 2020-02-22T12:13:45+0100 info: read user filters=[user.id = Optional(1)] | |
| true | |
| 2020-02-22T12:14:22+0100 info: read fluent | |
| 2020-02-22T12:14:23+0100 info: read fluent | |
| 2020-02-22T12:14:23+0100 info: delete fluent filters=[fluent.name = "user"] | |
| Test Case '-[AppTests.UserTests testUserRights]' failed (38.911 seconds). | |
| Test Suite 'UserTests' failed at 2020-02-22 12:14:23.058. | |
| Executed 1 test, with 1 failure (0 unexpected) in 38.911 (38.912) seconds | |
| Test Suite 'AppTests.xctest' failed at 2020-02-22 12:14:23.059. | |
| Executed 1 test, with 1 failure (0 unexpected) in 38.911 (38.913) seconds | |
| Test Suite 'Selected tests' failed at 2020-02-22 12:14:23.059. | |
| Executed 1 test, with 1 failure (0 unexpected) in 38.911 (38.914) seconds | |
| Program ended with exit code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment