Created
February 11, 2020 08:50
-
-
Save InukVT/664ce9ff3dd124c5fb6b3200ba7788cb 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-11T09:47:55+0100 warning: No custom working directory set for this scheme, using /Users/inuk/Library/Developer/Xcode/DerivedData/DrinkServer-bpcegmuggleozudsdvyxhotvrrft/Build/Products/Debug | |
| 2020-02-11T09:47:55+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-11 09:47:55.396 | |
| Test Suite 'AppTests.xctest' started at 2020-02-11 09:47:55.397 | |
| Test Suite 'UserTests' started at 2020-02-11 09:47:55.397 | |
| Test Case '-[AppTests.UserTests testUserRights]' started. | |
| 2020-02-11T09:47:55+0100 info: read fluent | |
| 2020-02-11T09:47:55+0100 info: read fluent | |
| 2020-02-11T09:47:55+0100 info: delete fluent filters=[fluent.name = "CreateTodo"] | |
| 2020-02-11T09:47:55+0100 info: read fluent | |
| 2020-02-11T09:47:55+0100 error: relation "fluent" does not exist (parserOpenTable) | |
| 2020-02-11T09:47:55+0100 info: read fluent | |
| 2020-02-11T09:47:55+0100 info: read fluent | |
| 2020-02-11T09:47:55+0100 info: create fluent fields=[created_at, batch, updated_at, name, id] input=[[Optional(2020-02-11 08:47:55 +0000), 1, Optional(2020-02-11 08:47:55 +0000), "CreateTodo", default]] | |
| 2020-02-11T09:47:55+0100 info: create user fields=[mail, rights, id, password] input=[["[email protected]", UserRights(rawValue: 1), default, "$2b$12$0mhtt10V4Ozd0gNRVXfL2OJEhMZ.n8dBhLz5SRuYqVgBOy97FsZgq"]] | |
| 2020-02-11T09:47:55+0100 error: relation "user" does not exist (parserOpenTable) | |
| <unknown>:0: error: -[AppTests.UserTests testUserRights] : failed: caught error: server: relation "user" does not exist (parserOpenTable) | |
| Test Case '-[AppTests.UserTests testUserRights]' failed (0.541 seconds). | |
| Test Suite 'UserTests' failed at 2020-02-11 09:47:55.939. | |
| Executed 1 test, with 1 failure (1 unexpected) in 0.541 (0.542) seconds | |
| Test Suite 'AppTests.xctest' failed at 2020-02-11 09:47:55.939. | |
| Executed 1 test, with 1 failure (1 unexpected) in 0.541 (0.542) seconds | |
| Test Suite 'Selected tests' failed at 2020-02-11 09:47:55.939. | |
| Executed 1 test, with 1 failure (1 unexpected) in 0.541 (0.544) 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