Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12450, comment 1


Ignore:
Timestamp:
Apr 10, 2016, 11:10:19 PM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12450, comment 1

    initial v1  
    1 Additionally, I see this failure only on the trunk:
     1Additionally, I see these failures only on the trunk:
    22{{{
     3======================================================================
     4ERROR: test_from_author (trac.ticket.tests.notification.NotificationTestCase)
     5Using the reporter or change author as the notification sender
     6----------------------------------------------------------------------
     7Traceback (most recent call last):
     8  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\ticket\test
     9s\notification.py", line 531, in test_from_author
     10    ticket.save_changes('Test User <test@example.com>', 'Some changes')
     11  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\ticket\mode
     12l.py", line 380, in save_changes
     13    old_db_values.get(name), db_values.get(name)))
     14  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\db\util.py"
     15, line 128, in execute
     16    cursor.execute(query, params if params is not None else [])
     17  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\db\util.py"
     18, line 61, in execute
     19    r = self.cursor.execute(sql_escape_percent(sql), args)
     20  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\db\sqlite_b
     21ackend.py", line 87, in execute
     22    result = PyFormatCursor.execute(self, *args)
     23  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\db\sqlite_b
     24ackend.py", line 63, in execute
     25    args or [])
     26  File "c:\users\ryan ollos\documents\workspace\trac\trac-trunk\trac\db\sqlite_b
     27ackend.py", line 54, in _rollback_on_error
     28    return function(self, *args, **kwargs)
     29IntegrityError: columns ticket, time, field are not unique
     30
    331======================================================================
    432ERROR: test_template_data_changes_for_time_field (trac.ticket.tests.web_ui.Ticke
     
    3058}}}
    3159
    32 This was seen in an environment with no optional dependencies installed (virtual environment with Trac and Genshi only).
     60This was seen in an environment an in-memory SQLite database and no optional dependencies installed (virtual environment with Trac and Genshi only).