superset icon indicating copy to clipboard operation
superset copied to clipboard

feat: [DONT MERGE] Testing SSH Tunnel

Open hughhhh opened this issue 3 years ago • 6 comments

SUMMARY

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • [ ] Has associated issue:
  • [ ] Required feature flags:
  • [ ] Changes UI
  • [ ] Includes DB Migration (follow approval process in SIP-59)
    • [ ] Migration is atomic, supports rollback & is backwards-compatible
    • [ ] Confirm DB migration upgrade and downgrade tested
    • [ ] Runtime estimates and downtime expectations provided
  • [ ] Introduces new feature or API
  • [ ] Removes existing feature or API

hughhhh avatar Nov 30 '22 17:11 hughhhh

/testenv up

hughhhh avatar Nov 30 '22 17:11 hughhhh

@hughhhh Container image not yet published for this PR. Please try again when build is complete.

github-actions[bot] avatar Nov 30 '22 17:11 github-actions[bot]

@hughhhh Ephemeral environment creation failed. Please check the Actions logs for details.

github-actions[bot] avatar Nov 30 '22 17:11 github-actions[bot]

/testenv up

hughhhh avatar Nov 30 '22 17:11 hughhhh

@hughhhh Container image not yet published for this PR. Please try again when build is complete.

github-actions[bot] avatar Nov 30 '22 17:11 github-actions[bot]

@hughhhh Ephemeral environment creation failed. Please check the Actions logs for details.

github-actions[bot] avatar Nov 30 '22 17:11 github-actions[bot]

Codecov Report

Merging #22278 (027844f) into master (969c963) will increase coverage by 0.15%. The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master   #22278      +/-   ##
==========================================
+ Coverage   66.74%   66.89%   +0.15%     
==========================================
  Files        1841     1847       +6     
  Lines       70220    70375     +155     
  Branches     7672     7672              
==========================================
+ Hits        46865    47077     +212     
+ Misses      21371    21314      -57     
  Partials     1984     1984              
Flag Coverage Δ
javascript 53.65% <ø> (ø)

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

Impacted Files Coverage Δ
superset/constants.py 100.00% <ø> (ø)
superset/databases/commands/create.py 86.79% <42.85%> (ø)
superset/databases/commands/update.py 80.00% <54.54%> (ø)
superset/models/core.py 90.20% <82.05%> (-0.31%) :arrow_down:
superset/databases/ssh_tunnel/commands/delete.py 87.50% <87.50%> (ø)
superset/databases/ssh_tunnel/commands/create.py 90.00% <90.00%> (ø)
superset/databases/ssh_tunnel/models.py 90.00% <90.00%> (ø)
superset/databases/ssh_tunnel/commands/update.py 90.32% <90.32%> (ø)
superset/config.py 91.87% <100.00%> (+0.02%) :arrow_up:
superset/databases/api.py 93.53% <100.00%> (ø)
... and 23 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Nov 30 '22 18:11 codecov[bot]