Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary
Дата
Msg-id CA+OCxoxZOTGxBxn0n2JLuyw67ot1H1HBFqqhvoZVThc7hSASEg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary  (Navnath Gadakh <navnath.gadakh@enterprisedb.com>)
Ответы Re: pgAdmin IV- Testing framework: Enhanced Test Result Summary
Список pgadmin-hackers
Hi

On Mon, Sep 19, 2016 at 8:14 AM, Navnath Gadakh
<navnath.gadakh@enterprisedb.com> wrote:
> Hi Dave,
>     Error resolved. Please find the revised patch.

I still see the error:

Test Result Summary
============================
Regression - PG 9.4: 25 tests passed, 0 tests failed
============================

Please check output in file:
/Users/dpage/git/pgadmin4/web/regression/regression.log
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py",
line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/Users/dpage/git/pgadmin4/web/regression/test_utils.py", line
360, in drop_objects
    file_name, sys.exc_traceback.tb_lineno, exception))
Exception: test_utils.py: line:337 'NoneType' object has no attribute
'__getitem__'
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py",
line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/Users/dpage/git/pgadmin4/web/regression/test_utils.py", line
360, in drop_objects
    file_name, sys.exc_traceback.tb_lineno, exception))
Exception: test_utils.py: line:337 'NoneType' object has no attribute
'__getitem__'


--
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix the issue in Packages node (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Resolve a refresh issue when updating packages. Fixes