|
|
|
+ |
1 |
Statistics about stderr of test 'remote-table-non-existent-column.Bug-6750` in directory 'sql/test/BugTracker-2019`: |
1 |
|
|
|
+ |
2 |
11 lines, 70 words, 838 chars in lines not matching '^$|^(\| |)#|^=` |
2 |
|
|
|
+ |
3 |
= 11 lines, 70 words, 838 chars in lines not matching '^$|^(\| |)#` |
3 |
|
|
|
+ |
4 |
# 22 lines, 94 words, 1061 chars in all lines |
4 |
|
|
|
+ |
5 |
|
5 |
|
|
|
+ |
6 |
stderr of test 'remote-table-non-existent-column.Bug-6750` in directory 'sql/test/BugTracker-2019` itself: |
6 |
|
|
|
+ |
7 |
|
7 |
|
|
|
+ |
8 |
|
8 |
|
|
|
+ |
9 |
# 02:24:04 > |
9 |
|
|
|
+ |
10 |
# 02:24:04 > "C:\Program" "Files" "(x86)\Python37-32\python.exe" "remote-table-non-existent-column.Bug-6750.py" "remote-table-non-existent-column.Bug-6750" |
10 |
|
|
|
+ |
11 |
# 02:24:04 > |
11 |
|
|
|
+ |
12 |
|
12 |
|
|
|
+ |
13 |
Traceback (most recent call last): |
13 |
|
|
|
+ |
14 |
File "remote-table-non-existent-column.Bug-6750.py", line 26, in <module> |
14 |
|
|
|
+ |
15 |
conn1 = pymonetdb.connect(database='node1', port=prt1, autocommit=True) |
15 |
|
|
|
+ |
16 |
File "C:\Program Files (x86)\Python37-32\lib\site-packages\pymonetdb\__init__.py", line 48, in connect |
16 |
|
|
|
+ |
17 |
return Connection(*args, **kwargs) |
17 |
|
|
|
+ |
18 |
File "C:\Program Files (x86)\Python37-32\lib\site-packages\pymonetdb\sql\connections.py", line 59, in __init__ |
18 |
|
|
|
+ |
19 |
unix_socket=unix_socket, connect_timeout=connect_timeout) |
19 |
|
|
|
+ |
20 |
File "C:\Program Files (x86)\Python37-32\lib\site-packages\pymonetdb\mapi.py", line 144, in connect |
20 |
|
|
|
+ |
21 |
self.socket.connect((hostname, port)) |
21 |
|
|
|
+ |
22 |
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it |
22 |
|
|
|
+ |
23 |
|
23 |
|
|
|
+ |
24 |
# 02:24:05 > |
24 |
|
|
|
+ |
25 |
# 02:24:05 > "Done." |
25 |
|
|
|
+ |
26 |
# 02:24:05 > |
26 |
|
|
|
+ |
27 |
|
27 |