Skip to content

Flaky unit test: test/unit/route53-client.server.test.ts > Route53 Client functions test > getDnsRecordSetPage multiple records #815

Description

@uday-rana

https://github.com/DevelopingSpace/starchart/actions/runs/13118770481/job/36599507619#step:8:77

Passed on re-run: https://github.com/DevelopingSpace/starchart/actions/runs/13118770481/job/36599880172

❯ test/unit/route53-client.server.test.ts  (6 tests | 1 failed) 354ms
   ❯ test/unit/route53-client.server.test.ts > Route53 Client functions test > getDnsRecordSetPage multiple records
     → No hosted zone found with ID: 94QIYC58JYEKWEX
 ✓ test/unit/route53.server.test.ts  (8 tests) 17ms
stdout | unknown test
info: 🔌 setting up prisma client to 127.0.0.1:3306

stdout | test/unit/notifications.server.test.ts > Notification server lib function test > sending and receiving email notification using sendNotification()
debug: Sending notification to dev@starchart.invalid

 ✓ test/unit/notifications.server.test.ts  (1 test) 118ms
 ✓ test/unit/system-state.server.test.ts  (6 tests) 188ms
⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯


 FAIL  test/unit/route53-client.server.test.ts > Route53 Client functions test > getDnsRecordSetPage multiple records
NoSuchHostedZone: No hosted zone found with ID: 94QIYC58JYEKWEX
 ❯ de_NoSuchHostedZoneRes node_modules/@aws-sdk/client-route-53/dist-cjs/protocols/Aws_restXml.js:5444:23
 ❯ de_ListResourceRecordSetsCommandError node_modules/@aws-sdk/client-route-53/dist-cjs/protocols/Aws_restXml.js:4190:25
 ❯ node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js:7:24
 ❯ node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js:14:20
 ❯ node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js:27:46
 ❯ node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js:7:26
 ❯ test/unit/route53-client.server.test.ts:174:20
    172|         Action: 'UPSERT',
    173|         ResourceRecordSet: {
    174|           Name: fqdn(),
       |                    ^
    175|           ResourceRecords: [{ Value: 'google.com' }],
    176|           TTL: 300,

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
 Test Files  1 failed | 5 passed (6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions