PR #1550 #595
GitHub Actions / Go Tests
failed
Dec 15, 2024 in 0s
1 fail, 40 pass in 40s
3 files 3 suites 40s ⏱️
41 tests 40 ✅ 0 💤 1 ❌
81 runs 80 ✅ 0 💤 1 ❌
Results for commit ef796e1.
Annotations
Check warning on line 0 in integration
github-actions / Go Tests
[setup failed] (integration) failed
artifacts/gosdk-test-results-ubuntu-24_18/ubuntu.Looker-24_18.gointegration.xml [took 0s]
Raw output
Failed
integration_test.go:13:2: no required module provides package github.com/looker-open-source/sdk-codegen/go/rtl; to add it:
go get github.com/looker-open-source/sdk-codegen/go/rtl
Check notice on line 0 in .github
github-actions / Go Tests
41 tests found
There are 41 tests, see "Raw output" for the full list of tests.
Raw output
integration ‑ [setup failed]
rtl ‑ TestAuthSession_Do_Authorization
rtl ‑ TestAuthSession_Do_Authorization/Do()_sets_Authorization_header_with_access_token_fetched_from_/login
rtl ‑ TestAuthSession_Do_Authorization/Do()_sets_Authorization_header_with_new_access_token_fetched_from_/login_if_previous_access_token_expired
rtl ‑ TestAuthSession_Do_Headers
rtl ‑ TestAuthSession_Do_Headers/Do()'s_options.Headers_will_overwrite_the_Headers_in_the_AuthSession's_api_settings
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_Content-Type_header_to_'application/json'_if_body_is_json
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_Content-Type_header_to_'text/plain'_if_body_is_a_string
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_User-Agent_header_with_AuthSession_config's_AgentTag
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_User-Agent_header_with_Do's_option's_AgentTag,_which_will_overwrite__AuthSession_config
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_custom_headers_if_Headers_is_set_in_the_AuthSession's_api_settings
rtl ‑ TestAuthSession_Do_Parse
rtl ‑ TestAuthSession_Do_Parse/Do()_json_decodes_response_as_map[string]interface{}_type_if_result_is_interface{}_type
rtl ‑ TestAuthSession_Do_Parse/Do()_json_decodes_response_as_struct_type_if_result_is_struct_type
rtl ‑ TestAuthSession_Do_Parse/Do()_parses_response_as_string_type_if_result_is_string_type
rtl ‑ TestAuthSession_Do_Parse/Do()_unmarshals_num_type_field_to_string_type_field
rtl ‑ TestAuthSession_Do_Parse/Do()_unmarshals_string_type_field_to_num_type_field
rtl ‑ TestAuthSession_Do_Parse/Do{}_unmarshals_struct_with_mixed_string_and_num_types_correctly
rtl ‑ TestAuthSession_Do_Timeout
rtl ‑ TestAuthSession_Do_Timeout/Do()_follows_Timeout_set_in_AuthSession_config
rtl ‑ TestAuthSession_Do_Timeout/Do()_follows_Timeout_set_in_Do()'s_options
rtl ‑ TestDelimInt64_MarshalJSON
rtl ‑ TestDelimInt64_MarshalJSON/basic
rtl ‑ TestDelimInt64_MarshalJSON/nil
rtl ‑ TestDelimInt64_MarshalJSON/one_element
rtl ‑ TestDelimInt64_MarshalJSON/two_elements
rtl ‑ TestDelimInt64_UnmarshalJSON
rtl ‑ TestDelimInt64_UnmarshalJSON/basic
rtl ‑ TestDelimInt64_UnmarshalJSON/null
rtl ‑ TestDelimString_MarshalJSON
rtl ‑ TestDelimString_MarshalJSON/basic
rtl ‑ TestDelimString_MarshalJSON/nil
rtl ‑ TestDelimString_UnmarshalJSON
rtl ‑ TestDelimString_UnmarshalJSON/basic
rtl ‑ TestDelimString_UnmarshalJSON/null
rtl ‑ TestNewSettingsFromEnv
rtl ‑ TestNewSettingsFromEnv/NewSettingsFromEnv()_returns_settings_when_all_environment_variables_set
rtl ‑ TestNewSettingsFromEnv/NewSettingsFromEnv()_sets_defaults_correctly_if_env_vars_not_set_for_them
rtl ‑ TestNewSettingsFromFile
rtl ‑ TestNewSettingsFromFile/basic
rtl ‑ TestSetQuery
Loading