new db/.../acceptance_test_data.sql has Duplicate entry '47' for key 'PRIMARY'
------------------------------------------------------------------------------

                 Key: MIFOS-4637
                 URL: http://mifosforge.jira.com/browse/MIFOS-4637
             Project: mifos
          Issue Type: Bug
            Reporter: Michael Vorburger
            Priority: Blocker


On a current head (time of writing), doing:

{noformat}$ mysql -D mifos -u mifos -pmifos < 
db/src/main/resources/sql/base-schema.sql
$ mysql -D mifos -u mifos -pmifos < db/src/main/resources/sql/base-data.sql
$ mysql -D mifos -u mifos -pmifos < 
db/src/test/resources/sql/integration_test_data.sql
$ mysql -D mifos -u mifos -pmifos < 
db/src/test/resources/sql/acceptance_test_data.sql{noformat}

leads to this for me:

{noformat}ERROR 1062 (23000) at line 5: Duplicate entry '47' for key 
'PRIMARY'{noformat}



Sorry to file this as a blocker - but it prevented me from working, and I 
suspect likely will others?  Feel free to downgrade if for some reason (mysql 
version?) other's aren't seeing this?

Why did CI not catch this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to