Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgrespro/testgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67beb95
Choose a base ref
...
head repository: postgrespro/testgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 737e0b4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 17, 2025

  1. [BUG FIX] A problem with socket directory is fixed

    On non-Windows platform Postgres always looks for socket files in "/tmp" directory.
    dmitry-lipetsk committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    6fe28a5 View commit details
    Browse the repository at this point in the history
  2. A problem with tests.test_simple.TestgresTests.test_simple_with_bin_d…

    …ir is fixed
    
    testgres generates the exception testgres.exceptions.ExecUtilException, but test traps the exception FileNotFoundError.
    
    Error message is:
     Utility exited with non-zero code. Error: `bash: line 1: wrong/path/postgres: No such file or directory`
     Command: ('wrong/path/postgres --version',)
    dmitry-lipetsk committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    89c8625 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #180 from dmitry-lipetsk/D20250217_001--tmp

    [BUG FIX] A problem with socket directory is fixed
    dmitry-lipetsk authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    bb3d09b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Up version

    asavchkov committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    737e0b4 View commit details
    Browse the repository at this point in the history
Loading