-
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 (#28072)
- Loading branch information
1 parent
73a05f4
commit 801819f
Showing
288 changed files
with
1,152 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 |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_datastream_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_automation_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
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 |
---|---|---|
|
@@ -35,6 +35,10 @@ def universe_domain | |
def stub_logger | ||
nil | ||
end | ||
|
||
def logger | ||
nil | ||
end | ||
end | ||
|
||
def test_cloud_deploy_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_connection_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_connections | ||
|
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_connections | ||
|
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_developer_connect_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_agent_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_agents | ||
|
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_agents | ||
|
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_agent_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_changelogs | ||
|
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_changelogs | ||
|
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_deployment_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_deployments | ||
|
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_deployments | ||
|
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_agent_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_get_entity_type | ||
|
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_get_entity_type | ||
|
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_agent_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_environments | ||
|
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_environments | ||
|
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_experiments | ||
|
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_experiments | ||
|
Oops, something went wrong.