loopingz / webda.io

Webda.io packages
GNU Lesser General Public License v3.0
16 stars 3 forks source link

CI: Random failure #652

Open loopingz opened 1 month ago

loopingz commented 1 month ago

node22

    1) DynamoDBTest
         incrementAttribute:
       TypeError: Cannot read properties of undefined (reading 'save')
        at DynamoDBTest.incrementAttribute (file:///home/runner/work/webda.io/webda.io/packages/core/lib/stores/store.spec.js:587:33)
        at Context.incrementAttribute (/home/runner/work/webda.io/webda.io/node_modules/@testdeck/core/dist/index.js:159:39)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    1) DynamoDBTest
         bodyCleaning:
       TypeError: Cannot read properties of undefined (reading '_cleanObject')
        at DynamoDBTest.bodyCleaning (file:///home/runner/work/webda.io/webda.io/packages/aws/src/services/dynamodb.spec.ts:188:32)
        at Context.bodyCleaning (/home/runner/work/webda.io/webda.io/node_modules/@testdeck/core/dist/index.js:159:39)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

node 20

    1) DynamoDBTest
         ARNPolicy:
       TypeError: Cannot read properties of undefined (reading 'getParameters')
        at DynamoDBTest.ARNPolicy (file:///home/runner/work/webda.io/webda.io/packages/aws/src/services/dynamodb.spec.ts:198:19)
        at Context.ARNPolicy (/home/runner/work/webda.io/webda.io/node_modules/@testdeck/core/dist/index.js:159:39)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

    2) DynamoDBTest
         collection:
       TypeError: Cannot read properties of undefined (reading 'save')
        at DynamoDBTest.collection (file:///home/runner/work/webda.io/webda.io/packages/core/lib/stores/store.spec.js:390:34)
        at Context.collection (/home/runner/work/webda.io/webda.io/node_modules/@testdeck/core/dist/index.js:159:39)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

    1) DynamoDBTest
         update:
       TypeError: Cannot read properties of undefined (reading 'save')
        at DynamoDBTest.update (file:///home/runner/work/webda.io/webda.io/packages/core/lib/stores/store.spec.js:688:33)
        at Context.update (/home/runner/work/webda.io/webda.io/node_modules/@testdeck/core/dist/index.js:159:39)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)