Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test on postgis 3.3 to CICD #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sharkAndshark
Copy link
Contributor

No description provided.

@sharkAndshark
Copy link
Contributor Author

Not sure why this happened. We've empty the test table before test already.

        [SetUp]
        public void Setup()
        {
            using (var db = new PostGisTestDataConnection(TestDatabaseConnectionString))
            {
                db.TestGeometries.Delete();
                db.TestGeographies.Delete();
            }
        }
 X TestSTAffine2D [253ms]
  Error Message:
   Npgsql.PostgresException : 23505: duplicate key value violates unique constraint "test_geometry_pkey"
Data:
  Severity: ERROR
  InvariantSeverity: ERROR
  SqlState: 23505
  MessageText: duplicate key value violates unique constraint "test_geometry_pkey"
  Detail: Key (id)=(1) already exists.
  SchemaName: public
  TableName: test_geometry
  ConstraintName: test_geometry_pkey
  File: nbtinsert.c
  Line: 563
  Routine: _bt_check_unique

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant