corndogs-test-server
completed- Job ID
019eaf26-e562-13f3-2e9c-4aca42fb11d1- Created
- 2026-06-10 01:30:22 UTC
- Updated
- 2026-06-10 01:30:22 UTC
- Duration
- 50s
- Source Ref
- f9dcbf6c28692d3d8631ba2cca01be9f1ba2463b
- Source URL
- https://github.com/catalystcommunity/corndogs.git
- Runner Image
containers.catalystsquad.com/public/catalystcommunity/corndogs-test-env:latest- Priority
- 10
- Queue
- reactorcide-jobs
Logs
=== start a user-owned postgres on 127.0.0.1:5432 (trust auth) ===
The files belonging to this database system will be owned by user "runner".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
Data page checksums are disabled.
creating directory /tmp/pgdata ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default "max_connections" ... 100
selecting default "shared_buffers" ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
pg_ctl -D /tmp/pgdata -l logfile start
waiting for server to start.... done
server started
127.0.0.1:5432 - accepting connections
Cloning into '/job/src'...
=== build ===
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/rs/zerolog v1.29.1
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/pressly/goose/v3 v3.11.2
go: downloading gorm.io/driver/postgres v1.5.2
go: downloading gorm.io/gorm v1.25.1
go: downloading github.com/prometheus/client_golang v1.15.1
go: downloading github.com/jackc/pgx/v5 v5.3.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.10.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading google.golang.org/protobuf v1.36.4
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading golang.org/x/sys v0.28.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading golang.org/x/crypto v0.30.0
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading golang.org/x/text v0.21.0
=== run server (auto-applies goose migrations on startup) ===
=== wait for the service on :5080 ===
2026/06/10 01:31:03 OK 00001_baseline.sql (21.75ms)
2026/06/10 01:31:03 OK 00002_task_priority.sql (3.4ms)
2026/06/10 01:31:03 OK 00003_order_by_index.sql (13.5ms)
2026/06/10 01:31:03 goose: no migrations to run. current version: 3
Connected to "postgres"=== test ===
go: downloading github.com/brianvoe/gofakeit/v6 v6.11.0
go: downloading github.com/stretchr/testify v1.8.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading gopkg.in/yaml.v3 v3.0.1
? github.com/CatalystCommunity/corndogs/corndogs [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/cmd [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/config [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/conversions [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/csilapi [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/implementations [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/logging [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/metrics [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/store [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/store/postgresstore [no test files]
? github.com/CatalystCommunity/corndogs/corndogs/server/store/postgresstore/models [no test files]
2026/06/10 01:31:08 [31;1m/job/src/corndogs/server/store/postgresstore/postgresstore.go:96 [35;1mrecord not found
[0m[33m[0.478ms] [34;1m[rows:0][0m SELECT * FROM "tasks" WHERE "tasks"."uuid" = '01a38047-c4d9-4c64-a4f2-f27802a84df1' ORDER BY "tasks"."uuid" LIMIT 1
=== RUN TestBasicFlow
--- PASS: TestBasicFlow (0.03s)
=== RUN TestGetNextTaskOverrideState
--- PASS: TestGetNextTaskOverrideState (0.01s)
=== RUN TestGetTaskStateByID
--- PASS: TestGetTaskStateByID (0.01s)
=== RUN TestGetTaskStateByIDArchived
--- PASS: TestGetTaskStateByIDArchived (0.01s)
=== RUN TestGetQueues
--- PASS: TestGetQueues (0.01s)
=== RUN TestGetQueueTaskCounts
--- PASS: TestGetQueueTaskCounts (0.01s)
=== RUN TestGetTaskStateCounts
--- PASS: TestGetTaskStateCounts (0.02s)
=== RUN TestGetQueueAndStateCounts
--- PASS: TestGetQueueAndStateCounts (0.03s)
=== RUN TestBasicPriority
--- PASS: TestBasicPriority (0.02s)
=== RUN TestOldestWithinPriority
--- PASS: TestOldestWithinPriority (0.02s)
=== RUN TestBasicDeprioritize
--- PASS: TestBasicDeprioritize (0.02s)
=== RUN TestUpdatePriorityUp
--- PASS: TestUpdatePriorityUp (0.01s)
=== RUN TestUpdatePriorityDown
--- PASS: TestUpdatePriorityDown (0.01s)
=== RUN TestUpdatePriorityNotSpecified
--- PASS: TestUpdatePriorityNotSpecified (0.01s)
=== RUN TestBasicTimeout
--- PASS: TestBasicTimeout (0.02s)
=== RUN TestNoTimeout
--- PASS: TestNoTimeout (0.01s)
=== RUN TestGetNextTaskOverrideTimeout
--- PASS: TestGetNextTaskOverrideTimeout (0.01s)
=== RUN TestGetNextTaskOverrideNoTimeout
--- PASS: TestGetNextTaskOverrideNoTimeout (0.01s)
=== RUN TestGetNextTaskOverrideTimeoutNotSet
--- PASS: TestGetNextTaskOverrideTimeoutNotSet (0.01s)
=== RUN TestTimeoutSpecificQueue
--- PASS: TestTimeoutSpecificQueue (0.03s)
=== RUN TestTimeoutNoQueue
--- PASS: TestTimeoutNoQueue (0.02s)
PASS
ok github.com/CatalystCommunity/corndogs/corndogs/test 0.327s