Skip to content

Instantly share code, notes, and snippets.

@charlie5
Created May 24, 2013 18:05
Show Gist options
  • Save charlie5/5645381 to your computer and use it in GitHub Desktop.
Save charlie5/5645381 to your computer and use it in GitHub Desktop.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_driving_ranges.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.driving_ranges CASCADE")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_not_existing (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_duplicate (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_with_courses (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_empty (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_non_existing (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_course_empty_list_of_holes (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_course_name (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_course_name_with_holes (tests.t_courses.TestCourses)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_courses.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_delete_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_delete_holes_from_a_course_without_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_delete_holes_from_a_non_existing_course (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_duplicate (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_holes_empty_list_of_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_holes_empty (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_hole_name (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_hole_name_other_fields_null (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_holes_empty_list_of_holes (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_holes_odd_ord_num (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_not_existing_hole (tests.t_holes.TestHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_holes.py", line 12, in setUp
self.cur.execute("DELETE FROM koparo.holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_non_existing_played_hole (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_played_hole (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_duplicate (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_non_existing_hole (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_played_holes (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_played_holes_empty_list_of_holes (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_non_existing_played_hole (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_non_existing_played_holes (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_played_hole (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_played_holes (tests.t_played_holes.TestPlayedHoles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_played_holes.py", line 14, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_non_existing_rounds_of_golf (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_round_of_golf (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_get_round_of_golf_with_played_holes (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_insert_with_played_holes (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_filter_by_user (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_rounds_of_golf (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_list_rounds_of_golf_empty (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_non_existing_round_of_golf (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_round_of_golf (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_update_round_of_golf_with_played_holes (tests.t_rounds_of_golf.TestRoundsOfGolf)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_rounds_of_golf.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.played_holes")
IntegrityError: update or delete on table "swings" violates foreign key constraint "device_data_swing_id_fkey" on table "device_data"
DETAIL: Key (id)=(876) is still referenced from table "device_data".
======================================================================
ERROR: test_delete_existing (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_delete_non_existing (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_get_non_existing (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_non_existing_sub_components (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_null_maker_component (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_null_material_component (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_null_model_component (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_null_sub_components (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_insert_null_type_component (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_all (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_component_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_empty (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_maker_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_material_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_model_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_non_existing_when_no_components (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_precise (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_list_type_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_update (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_update_non_existing (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_update_null_id (tests.t_components.TestComponents)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_components.py", line 13, in setUp
self.cur.execute("DELETE FROM koparo.components")
IntegrityError: update or delete on table "components" violates foreign key constraint "clubs_club_head_id_fkey" on table "clubs"
DETAIL: Key (id)=(1116) is still referenced from table "clubs".
======================================================================
ERROR: test_delete_existing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 23, in setUp
self.api.insert_country('poland')
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 106, in insert_country
return self._insert_simple_dictionary('Country',name)
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 70, in _insert_simple_dictionary
self.cur.callproc('koparo.Insert_%s' % table,[entry_name])
IntegrityError: duplicate key value violates unique constraint "countries_name_key"
DETAIL: Key (name)=(poland) already exists.
CONTEXT: SQL statement "insert into koparo.countries(
id
,name
) values (
default
,lower(trim(pi_name))
) returning id"
PL/pgSQL function koparo.insert_country(character varying) line 5 at SQL statement
======================================================================
ERROR: test_delete_non_existing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 23, in setUp
self.api.insert_country('poland')
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 106, in insert_country
return self._insert_simple_dictionary('Country',name)
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 70, in _insert_simple_dictionary
self.cur.callproc('koparo.Insert_%s' % table,[entry_name])
IntegrityError: duplicate key value violates unique constraint "countries_name_key"
DETAIL: Key (name)=(poland) already exists.
CONTEXT: SQL statement "insert into koparo.countries(
id
,name
) values (
default
,lower(trim(pi_name))
) returning id"
PL/pgSQL function koparo.insert_country(character varying) line 5 at SQL statement
======================================================================
ERROR: test_delete_none (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 23, in setUp
self.api.insert_country('poland')
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 106, in insert_country
return self._insert_simple_dictionary('Country',name)
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 70, in _insert_simple_dictionary
self.cur.callproc('koparo.Insert_%s' % table,[entry_name])
IntegrityError: duplicate key value violates unique constraint "countries_name_key"
DETAIL: Key (name)=(poland) already exists.
CONTEXT: SQL statement "insert into koparo.countries(
id
,name
) values (
default
,lower(trim(pi_name))
) returning id"
PL/pgSQL function koparo.insert_country(character varying) line 5 at SQL statement
======================================================================
ERROR: test_delete_swing_with_a_discussion (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 23, in setUp
self.api.insert_country('poland')
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 106, in insert_country
return self._insert_simple_dictionary('Country',name)
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 70, in _insert_simple_dictionary
self.cur.callproc('koparo.Insert_%s' % table,[entry_name])
IntegrityError: duplicate key value violates unique constraint "countries_name_key"
DETAIL: Key (name)=(poland) already exists.
CONTEXT: SQL statement "insert into koparo.countries(
id
,name
) values (
default
,lower(trim(pi_name))
) returning id"
PL/pgSQL function koparo.insert_country(character varying) line 5 at SQL statement
======================================================================
ERROR: test_delete_swing_with_a_discussion_and_drawings (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 23, in setUp
self.api.insert_country('poland')
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 106, in insert_country
return self._insert_simple_dictionary('Country',name)
File "/eden/aulace/Rattlesnake/rattlesnake/koparo.py", line 70, in _insert_simple_dictionary
self.cur.callproc('koparo.Insert_%s' % table,[entry_name])
IntegrityError: duplicate key value violates unique constraint "countries_name_key"
DETAIL: Key (name)=(poland) already exists.
CONTEXT: SQL statement "insert into koparo.countries(
id
,name
) values (
default
,lower(trim(pi_name))
) returning id"
PL/pgSQL function koparo.insert_country(character varying) line 5 at SQL statement
======================================================================
ERROR: test_get (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_get_non_existing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_get_none (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_by_comment_and_swing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_by_swing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_existing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_existing_by_swing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_non_existing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_non_existing_by_swing (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_list_none (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put_duplicate_allowed (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put_no_comment (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put_no_comment_and_data (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put_no_data (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
======================================================================
ERROR: test_put_non_existing_comment (tests.t_drawings.TestDrawings)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/eden/aulace/Rattlesnake/rattlesnake/tests/t_drawings.py", line 11, in setUp
self.conn = psycopg2.connect(config.DB_CONN)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: FATAL: sorry, too many clients already
----------------------------------------------------------------------
Ran 415 tests in 2415.280s
FAILED (errors=114)
rod@orth:/eden/aulace/Rattlesnake/rattlesnake$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment