Advertisement
vivekjain

Untitled

Feb 18th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. E
  2. ======================================================================
  3. ERROR: testGSoCRegisterAsAStudent (tests.functional.test_gsoc_student_registration.StudentRegistrationTest)
  4. ----------------------------------------------------------------------
  5. Traceback (most recent call last):
  6. File "/home/vivek/patch1/soc/tests/functional/test_gsoc_student_registration.py", line 25, in setUp
  7. self.createGSoCProgram()
  8. File "/home/vivek/patch1/soc/tests/functional/melange_functional_actions.py", line 76, in createGSoCProgram
  9. 'short_name':'gsoc'})
  10. File "/home/vivek/patch1/soc/tests/program_utils.py", line 416, in createProgram
  11. super(GSoCProgramHelper, self).createProgram()
  12. File "/home/vivek/patch1/soc/tests/program_utils.py", line 345, in createProgram
  13. self.sponsor = seedSponsor()
  14. File "/home/vivek/patch1/soc/tests/program_utils.py", line 90, in seedSponsor
  15. sponsor.put()
  16. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/ext/db/__init__.py", line 1070, in put
  17. return datastore.Put(self._entity, **kwargs)
  18. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/api/datastore.py", line 602, in Put
  19. return PutAsync(entities, **kwargs).get_result()
  20. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 612, in get_result
  21. return self.__get_result_hook(self)
  22. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1675, in __put_hook
  23. self.check_rpc_success(rpc)
  24. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/datastore/datastore_rpc.py", line 1234, in check_rpc_success
  25. rpc.check_success()
  26. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/api/apiproxy_stub_map.py", line 578, in check_success
  27. self.__rpc.CheckSuccess()
  28. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/api/apiproxy_rpc.py", line 156, in _WaitImpl
  29. self.request, self.response)
  30. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 285, in MakeSyncCall
  31. handler(request, response)
  32. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 459, in _Dynamic_Put
  33. 'datastore_v3', 'Put', put_request, put_response)
  34. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 200, in MakeSyncCall
  35. self._MakeRealSyncCall(service, call, request, response)
  36. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/ext/remote_api/remote_api_stub.py", line 226, in _MakeRealSyncCall
  37. encoded_response = self._server.Send(self._path, encoded_request)
  38. File "/home/vivek/patch1/soc/thirdparty/google_appengine/google/appengine/tools/appengine_rpc.py", line 409, in Send
  39. f = self.opener.open(req)
  40. File "/usr/lib/python2.7/urllib2.py", line 410, in open
  41. response = meth(req, response)
  42. File "/usr/lib/python2.7/urllib2.py", line 523, in http_response
  43. 'http', request, response, code, msg, hdrs)
  44. File "/usr/lib/python2.7/urllib2.py", line 448, in error
  45. return self._call_chain(*args)
  46. File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  47. result = func(*args)
  48. File "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default
  49. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  50. HTTPError: HTTP Error 403: Forbidden
  51.  
  52. ----------------------------------------------------------------------
  53. Ran 1 test in 2.031s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement