File: pktap.out

package info (click to toggle)
pgtap 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,792 kB
  • sloc: sql: 25,795; sh: 790; makefile: 287; perl: 175
file content (98 lines) | stat: -rw-r--r-- 7,064 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\unset ECHO
1..96
ok 1 - has_pk( schema, table, description ) should pass
ok 2 - has_pk( schema, table, description ) should have the proper description
ok 3 - has_pk( schema, table, description ) should have the proper diagnostics
ok 4 - has_pk( schema, table ) should pass
ok 5 - has_pk( schema, table ) should have the proper description
ok 6 - has_pk( schema, table ) should have the proper diagnostics
ok 7 - has_pk( hideschema, hidetable, description ) should pass
ok 8 - has_pk( hideschema, hidetable, description ) should have the proper description
ok 9 - has_pk( hideschema, hidetable, description ) should have the proper diagnostics
ok 10 - has_pk( hideschema, hidetable ) should pass
ok 11 - has_pk( hideschema, hidetable ) should have the proper description
ok 12 - has_pk( hideschema, hidetable ) should have the proper diagnostics
ok 13 - has_pk( table, description ) should pass
ok 14 - has_pk( table, description ) should have the proper description
ok 15 - has_pk( table, description ) should have the proper diagnostics
ok 16 - has_pk( hidetable, description ) fail should fail
ok 17 - has_pk( hidetable, description ) fail should have the proper description
ok 18 - has_pk( hidetable, description ) fail should have the proper diagnostics
ok 19 - has_pk( table ) should pass
ok 20 - has_pk( table ) should have the proper description
ok 21 - has_pk( table ) should have the proper diagnostics
ok 22 - has_pk( schema, table, description ) fail should fail
ok 23 - has_pk( schema, table, description ) fail should have the proper description
ok 24 - has_pk( schema, table, description ) fail should have the proper diagnostics
ok 25 - has_pk( table, description ) fail should fail
ok 26 - has_pk( table, description ) fail should have the proper description
ok 27 - has_pk( table, description ) fail should have the proper diagnostics
ok 28 - hasnt_pk( schema, table, description ) should fail
ok 29 - hasnt_pk( schema, table, description ) should have the proper description
ok 30 - hasnt_pk( schema, table, description ) should have the proper diagnostics
ok 31 - hasnt_pk( table, description ) should fail
ok 32 - hasnt_pk( table, description ) should have the proper description
ok 33 - hasnt_pk( table, description ) should have the proper diagnostics
ok 34 - hasnt_pk( table ) should fail
ok 35 - hasnt_pk( table ) should have the proper description
ok 36 - hasnt_pk( table ) should have the proper diagnostics
ok 37 - hasnt_pk( schema, table, description ) pass should pass
ok 38 - hasnt_pk( schema, table, description ) pass should have the proper description
ok 39 - hasnt_pk( schema, table, description ) pass should have the proper diagnostics
ok 40 - hasnt_pk( table, description ) pass should pass
ok 41 - hasnt_pk( table, description ) pass should have the proper description
ok 42 - hasnt_pk( table, description ) pass should have the proper diagnostics
ok 43 - col_is_pk( schema, table, column, description ) should pass
ok 44 - col_is_pk( schema, table, column, description ) should have the proper description
ok 45 - col_is_pk( schema, table, column, description ) should have the proper diagnostics
ok 46 - col_is_pk( schema, table, column ) should pass
ok 47 - col_is_pk( schema, table, column ) should have the proper description
ok 48 - col_is_pk( schema, table, column ) should have the proper diagnostics
ok 49 - col_is_pk( table, column, description ) should pass
ok 50 - col_is_pk( table, column, description ) should have the proper description
ok 51 - col_is_pk( table, column, description ) should have the proper diagnostics
ok 52 - col_is_pk( table, column ) should pass
ok 53 - col_is_pk( table, column ) should have the proper description
ok 54 - col_is_pk( table, column ) should have the proper diagnostics
ok 55 - col_is_pk( schema, table, column, description ) fail should fail
ok 56 - col_is_pk( schema, table, column, description ) fail should have the proper description
ok 57 - col_is_pk( schema, table, column, description ) fail should have the proper diagnostics
ok 58 - col_is_pk( table, column, description ) fail should fail
ok 59 - col_is_pk( table, column, description ) fail should have the proper description
ok 60 - col_is_pk( table, column, description ) fail should have the proper diagnostics
ok 61 - col_is_pk( schema, table, column[], description ) should pass
ok 62 - col_is_pk( schema, table, column[], description ) should have the proper description
ok 63 - col_is_pk( schema, table, column[], description ) should have the proper diagnostics
ok 64 - col_is_pk( schema, table, column[] ) should pass
ok 65 - col_is_pk( schema, table, column[] ) should have the proper description
ok 66 - col_is_pk( schema, table, column[] ) should have the proper diagnostics
ok 67 - col_is_pk( table, column[], description ) should pass
ok 68 - col_is_pk( table, column[], description ) should have the proper description
ok 69 - col_is_pk( table, column[], description ) should have the proper diagnostics
ok 70 - col_is_pk( table, column[] ) should pass
ok 71 - col_is_pk( table, column[] ) should have the proper description
ok 72 - col_is_pk( table, column[] ) should have the proper diagnostics
ok 73 - col_isnt_pk( schema, table, column, description ) should fail
ok 74 - col_isnt_pk( schema, table, column, description ) should have the proper description
ok 75 - col_isnt_pk( schema, table, column, description ) should have the proper diagnostics
ok 76 - col_isnt_pk( table, column, description ) should fail
ok 77 - col_isnt_pk( table, column, description ) should have the proper description
ok 78 - col_isnt_pk( table, column, description ) should have the proper diagnostics
ok 79 - col_isnt_pk( table, column ) should fail
ok 80 - col_isnt_pk( table, column ) should have the proper description
ok 81 - col_isnt_pk( table, column ) should have the proper diagnostics
ok 82 - col_isnt_pk( schema, table, column, description ) pass should pass
ok 83 - col_isnt_pk( schema, table, column, description ) pass should have the proper description
ok 84 - col_isnt_pk( schema, table, column, description ) pass should have the proper diagnostics
ok 85 - col_isnt_pk( table, column, description ) pass should pass
ok 86 - col_isnt_pk( table, column, description ) pass should have the proper description
ok 87 - col_isnt_pk( table, column, description ) pass should have the proper diagnostics
ok 88 - col_isnt_pk( schema, table, column[], description ) should pass
ok 89 - col_isnt_pk( schema, table, column[], description ) should have the proper description
ok 90 - col_isnt_pk( schema, table, column[], description ) should have the proper diagnostics
ok 91 - col_isnt_pk( table, column[], description ) should pass
ok 92 - col_isnt_pk( table, column[], description ) should have the proper description
ok 93 - col_isnt_pk( table, column[], description ) should have the proper diagnostics
ok 94 - col_isnt_pk( table, column[] ) should pass
ok 95 - col_isnt_pk( table, column[] ) should have the proper description
ok 96 - col_isnt_pk( table, column[] ) should have the proper diagnostics