Advertisement
mrnethen

Untitled

Nov 11th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. ==> at http://127.0.0.1:8088/42-coffee-cups/user/askalyuk/
  2. ...E..........F......E.kava no tickets in backlog, continue
  3. kava: no tickets in backlog, continue
  4. 42-test no tickets in backlog, continue
  5. 42-test: no tickets in backlog, continue
  6. ..
  7. ======================================================================
  8. ERROR: test_timesheets_link (kavyarnya.users.tests.test_http.TestHTTP)
  9. ----------------------------------------------------------------------
  10. Traceback (most recent call last):
  11. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/decorators.py", line 102, in wrapper
  12. return func(*args, **kwargs)
  13. File "/home/nethen/djcode/42-kavyarnya/kavyarnya/users/tests/test_http.py", line 876, in test_timesheets_link
  14. self.login(TEST_ADMIN_USERNAME, TEST_ADMIN_PASSWORD)
  15. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/cases.py", line 631, in login
  16. return LoginContext(self, username, password, url, formid)
  17. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/cases.py", line 49, in __init__
  18. self.testcase.submit200()
  19. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/cases.py", line 768, in submit200
  20. self.code(200)
  21. File "/home/nethen/Envs/kava/src/twill/twill/commands.py", line 133, in code
  22. should_be))
  23. TwillAssertionError: code is 500 != 200
  24.  
  25. ======================================================================
  26. ERROR: test_user_passwords (kavyarnya.users.tests.test_models.TestFixtures)
  27. ----------------------------------------------------------------------
  28. Traceback (most recent call last):
  29. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/decorators.py", line 102, in wrapper
  30. return func(*args, **kwargs)
  31. File "/home/nethen/djcode/42-kavyarnya/kavyarnya/users/tests/test_models.py", line 39, in test_user_passwords
  32. user = auth.authenticate(username=username, password=password)
  33. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py", line 45, in authenticate
  34. user = backend.authenticate(**credentials)
  35. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/django/contrib/auth/backends.py", line 15, in authenticate
  36. if user.check_password(password):
  37. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/django/contrib/auth/models.py", line 304, in check_password
  38. return check_password(raw_password, self.password, setter)
  39. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py", line 51, in check_password
  40. is_correct = hasher.verify(password, encoded)
  41. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py", line 295, in verify
  42. algorithm, salt, hash = encoded.split('$', 2)
  43. ValueError: need more than 2 values to unpack
  44.  
  45. ======================================================================
  46. ERROR: test_update_ssh_key (kavyarnya.users.tests.test_models.TestUserProfile)
  47. ----------------------------------------------------------------------
  48. Traceback (most recent call last):
  49. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/decorators.py", line 102, in wrapper
  50. return func(*args, **kwargs)
  51. File "/home/nethen/djcode/42-kavyarnya/kavyarnya/users/tests/test_models.py", line 355, in test_update_ssh_key
  52. readed_key = open(key_path, 'r').read()
  53. IOError: [Errno 2] No such file or directory: u'/home/nethen/djcode/42-kavyarnya/gitolite/gitolite-admin/keydir/vhotsyk.pub'
  54. -------------------- >> begin captured logging << --------------------
  55. gitolite_access: ERROR: Exception during cloning: 'git clone gitolite@trac.42cc.co:gitolite-admin' returned exit status 128: Cloning into 'gitolite-admin'...
  56. R access for gitolite-admin DENIED to nethen
  57. (Or there may be no repository at the given path. Did you spell it correctly?)
  58. fatal: Could not read from remote repository.
  59.  
  60. Please make sure you have the correct access rights
  61. and the repository exists.
  62. --------------------- >> end captured logging << ---------------------
  63.  
  64. ======================================================================
  65. FAIL: test_ticket_285 (kavyarnya.users.tests.test_models.TestUpdateDatabase)
  66. ----------------------------------------------------------------------
  67. Traceback (most recent call last):
  68. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/decorators.py", line 102, in wrapper
  69. return func(*args, **kwargs)
  70. File "/home/nethen/djcode/42-kavyarnya/kavyarnya/users/tests/test_models.py", line 384, in test_ticket_285
  71. self.assert_count(ActiveUser, 10)
  72. File "/home/nethen/Envs/kava/local/lib/python2.7/site-packages/tddspry/django/cases.py", line 153, in assert_count
  73. (manager.model.__name__, counter, number))
  74. AssertionError: 'ActiveUser' model has 11 instance(s), not 10.
  75.  
  76. Destroying test database for alias 'default'...
  77. Destroying test database for alias 'slave'...
  78. ----------------------------------------------------------------------
  79. Ran 61 tests in 81.392s
  80.  
  81. FAILED (errors=3, failures=1)
  82. make: *** [testapp] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement