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

update docker to build from source - near #76

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Conversation

guplersaxanoid
Copy link
Contributor

Description

Update docker CI to build from source

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • I have tested locally
  • I have performed a self review of my changes
  • Updated any relevant documentation
  • Linked to any relevant issues
  • I have added tests relevant to my changes
  • Any dependent changes have been merged and published in downstream modules
  • My code is up to date with the base branch
  • I have updated relevant changelogs. We suggest using chan

Copy link

github-actions bot commented Nov 1, 2023

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🔴 Statements 31.23% 1250/4003
🔴 Branches 52.25% 58/111
🔴 Functions 12.4% 16/129
🔴 Lines 31.23% 1250/4003

Test suite run failed

Failed tests: 3/11. Failed suites: 1/3.
  ● Near api › Receipt Filters › Can filter receipts with sender, receiver and signer

    thrown: "Exceeded timeout of 30000 ms for a hook.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      25 |     let block: BlockContent;
      26 |
    > 27 |     beforeAll(async () => {
         |     ^
      28 |       [block] = await fetchBlocksBatches(nearApi, [85686945]);
      29 |     });
      30 |

      at packages/node/src/utils/near.spec.ts:27:5
      at packages/node/src/utils/near.spec.ts:24:3
      at Object.<anonymous> (packages/node/src/utils/near.spec.ts:15:1)

  ● Near api › Receipt Filters › Can filter receipts with sender, receiver and signer - filter does not match

    thrown: "Exceeded timeout of 30000 ms for a hook.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      25 |     let block: BlockContent;
      26 |
    > 27 |     beforeAll(async () => {
         |     ^
      28 |       [block] = await fetchBlocksBatches(nearApi, [85686945]);
      29 |     });
      30 |

      at packages/node/src/utils/near.spec.ts:27:5
      at packages/node/src/utils/near.spec.ts:24:3
      at Object.<anonymous> (packages/node/src/utils/near.spec.ts:15:1)

  ● Near api › Action Filters › Can filter SignedDelegate actions

    BadGatewayError: 
    <html><head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8">
    <title>502 Server Error</title>
    </head>
    <body text=#000000 bgcolor=#ffffff>
    <h1>Error: Server Error</h1>
    <h2>The server encountered a temporary error and could not complete your request.<p>Please try again in 30 seconds.</h2>
    <h2></h2>
    </body></html>

      at node_modules/@near-js/providers/lib/fetch_json.js:70:53
      at fulfilled (node_modules/@near-js/providers/lib/fetch_json.js:28:58)

Report generated by 🧪jest coverage report action from f0be2eb

@stwiname stwiname merged commit f44cc52 into main Nov 2, 2023
2 of 3 checks passed
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.

2 participants