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

oasis-test-runner: Enable sgx_loader in client node #5868

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

Conversation

matevz
Copy link
Member

@matevz matevz commented Sep 25, 2024

Copy link

netlify bot commented Sep 25, 2024

Deploy Preview for oasisprotocol-oasis-core canceled.

Name Link
🔨 Latest commit ea33628
🔍 Latest deploy log https://app.netlify.com/sites/oasisprotocol-oasis-core/deploys/66f57ab62a7cf70008173500

@@ -61,6 +61,8 @@ func (client *Client) ModifyConfig() error {
if len(client.runtimes) > 0 {
client.Config.Mode = config.ModeClient
client.Config.Runtime.Provisioner = client.runtimeProvisioner
client.Config.Runtime.SGXLoader = client.net.cfg.RuntimeSGXLoaderBinary
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible that net or cfg is nil?

Copy link

codecov bot commented Sep 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.07%. Comparing base (28736a2) to head (e552937).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5868      +/-   ##
==========================================
+ Coverage   64.93%   65.07%   +0.14%     
==========================================
  Files         622      624       +2     
  Lines       63492    63724     +232     
==========================================
+ Hits        41229    41470     +241     
+ Misses      17379    17369      -10     
- Partials     4884     4885       +1     
Flag Coverage Δ
65.07% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@matevz matevz force-pushed the matevz/fix/enable-sgx-loader-test-runner branch from 40179db to f1a1e2f Compare September 26, 2024 15:13
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