-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix to internal test mocks to handle mixins with logging confi…
…gs (#28077)
- Loading branch information
1 parent
3467dbe
commit 88005ae
Showing
64 changed files
with
256 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_endpoint_policies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_endpoint_policies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_dep_service_grpc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_location_path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_runtimes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_runtimes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_environment_path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_instances | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_instances | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_environment_path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_instances | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_instance_path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_instances | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_instances | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_notebook_service_grpc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_optimize_tours | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_optimize_tours | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_fleet_routing_grpc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_oracle_database_rest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_operations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_environment_path | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_create_environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_create_environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_image_versions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_list_image_versions | ||
|
Oops, something went wrong.