paraglider-project / paraglider

Streamlining cloud networking
https://paragliderproject.io
Apache License 2.0
61 stars 4 forks source link

[GCP] Private connect support for Google services #435

Closed smcclure20 closed 4 months ago

smcclure20 commented 4 months ago

[Draft: Need to write tests and do some end to end testing]

Resolves #426

Branched from #417

github-actions[bot] commented 4 months ago

Unit Test Results

309 tests  +4   309 :white_check_mark: +4   4s :stopwatch: ±0s  49 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 34e37f5a. ± Comparison against base commit a78915cd.

This pull request removes 4 and adds 8 tests. Note that renamed tests count towards both. ``` github.com/paraglider-project/paraglider/pkg/gcp ‑ TestGKECreateWithNetwork github.com/paraglider-project/paraglider/pkg/gcp ‑ TestGKEFromResourceDecription github.com/paraglider-project/paraglider/pkg/gcp ‑ TestGKEGetNetworkInfo github.com/paraglider-project/paraglider/pkg/gcp ‑ TestGKEGetResourceInfo ``` ``` github.com/paraglider-project/paraglider/pkg/gcp ‑ TestClusterCreateWithNetwork github.com/paraglider-project/paraglider/pkg/gcp ‑ TestClusterFromResourceDecription github.com/paraglider-project/paraglider/pkg/gcp ‑ TestClusterGetNetworkInfo github.com/paraglider-project/paraglider/pkg/gcp ‑ TestClusterGetResourceInfo github.com/paraglider-project/paraglider/pkg/gcp ‑ TestPrivateServiceCreateWithNetwork github.com/paraglider-project/paraglider/pkg/gcp ‑ TestPrivateServiceGetNetworkInfo github.com/paraglider-project/paraglider/pkg/gcp ‑ TestPrivateServiceGetResourceInfo github.com/paraglider-project/paraglider/pkg/gcp ‑ TestPrivateServiceReadAndProvisionResource ```

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 4 months ago

51.5

For the detailed report, please go to Checks tab, click Build and Test, and then download unit_test_coverage artifact at the bottom of build page.

The coverage result does not include the functional test results.