- Notifications
You must be signed in to change notification settings - Fork37
Commit94d7572
authored
* [FIX] Tests include testgres by right way through importWhen we do not have root __init__.py tests must to import testgres through"import testgres"not through"from <relative_path> import testgres"* [#240] Using of node.psql with other host and portThis patch adds the support of using other host and port in the following methods:- PostgresNode.psql (explicit new args: host and port)- PostgresNode.safe_psql (indirectly through **kwargs)It allows to run psql utility from one PostgreSQL instance to work with another one.If explicit host and port are not defined (are None), PostgresNode will use own ones.This patchcloses#240.
1 parent1a662f1 commit94d7572
2 files changed
+110
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1372 | 1372 | | |
1373 | 1373 | | |
1374 | 1374 | | |
| 1375 | + | |
| 1376 | + | |
1375 | 1377 | | |
1376 | 1378 | | |
1377 | 1379 | | |
| |||
1382 | 1384 | | |
1383 | 1385 | | |
1384 | 1386 | | |
| 1387 | + | |
| 1388 | + | |
1385 | 1389 | | |
1386 | 1390 | | |
1387 | 1391 | | |
| |||
1393 | 1397 | | |
1394 | 1398 | | |
1395 | 1399 | | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
1396 | 1404 | | |
1397 | 1405 | | |
1398 | 1406 | | |
1399 | 1407 | | |
1400 | 1408 | | |
1401 | 1409 | | |
1402 | 1410 | | |
| 1411 | + | |
| 1412 | + | |
1403 | 1413 | | |
1404 | 1414 | | |
1405 | 1415 | | |
| |||
1411 | 1421 | | |
1412 | 1422 | | |
1413 | 1423 | | |
| 1424 | + | |
| 1425 | + | |
1414 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
1415 | 1429 | | |
1416 | 1430 | | |
1417 | 1431 | | |
| |||
1424 | 1438 | | |
1425 | 1439 | | |
1426 | 1440 | | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
1427 | 1452 | | |
1428 | 1453 | | |
1429 | | - | |
1430 | | - | |
| 1454 | + | |
| 1455 | + | |
1431 | 1456 | | |
1432 | 1457 | | |
1433 | 1458 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
681 | 764 | | |
682 | 765 | | |
683 | 766 | | |
| |||
0 commit comments
Comments
(0)