-
Notifications
You must be signed in to change notification settings - Fork 555
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 (#28067)
- Loading branch information
1 parent
3a05bbe
commit ea7781e
Showing
65 changed files
with
260 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
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_import_apt_artifacts | ||
|
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_import_apt_artifacts | ||
|
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_artifact_registry_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_feed_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_export_assets | ||
|
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_export_assets | ||
|
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_asset_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_create_workload | ||
|
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_workload | ||
|
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_create_workload | ||
|
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_workload | ||
|
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
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_annotation_spec_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_dataset | ||
|
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_dataset | ||
|
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_model_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_predict | ||
|
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_predict | ||
|
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_annotation_spec_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_dataset | ||
|
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_dataset | ||
|
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_model_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_predict | ||
|
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_predict | ||
|
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
Oops, something went wrong.