Skip to content

feat: generate SDKs for Looker 26.14 - #1740

Open
drstrangelooker wants to merge 1 commit into
mainfrom
sdk_26_14
Open

feat: generate SDKs for Looker 26.14#1740
drstrangelooker wants to merge 1 commit into
mainfrom
sdk_26_14

feat: generate SDKs for Looker 26.14

3d3a0df
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Go Tests failed Aug 12, 2026 in 0s

2 fail, 40 pass in 41s

 4 files   4 suites   41s ⏱️
42 tests 40 ✅ 0 💤 2 ❌
84 runs  80 ✅ 0 💤 4 ❌

Results for commit 3d3a0df.

Annotations

Check warning on line 0 in integration

See this annotation in the file changed.

@github-actions github-actions / Go Tests

All 2 runs failed: TestIntegrationGoSDK (integration)

artifacts/gosdk-test-results-ubuntu-26_12/ubuntu.Looker-26_12.gointegration.xml [took 0s]
artifacts/gosdk-test-results-ubuntu-26_8/ubuntu.Looker-26_8.gointegration.xml [took 0s]
Raw output
Failed

Check warning on line 0 in integration

See this annotation in the file changed.

@github-actions github-actions / Go Tests

All 2 runs failed: TestIntegrationGoSDK/CRUD_User (integration)

artifacts/gosdk-test-results-ubuntu-26_12/ubuntu.Looker-26_12.gointegration.xml [took 0s]
artifacts/gosdk-test-results-ubuntu-26_8/ubuntu.Looker-26_8.gointegration.xml [took 0s]
Raw output
Failed
    integration_test.go:95: CreateUser() failed. error=response error. status=403 Forbidden. error={"message":"This license has expired, please contact Looker to receive a new one.","documentation_url":"https://docs.cloud.google.com/looker/docs/"}
panic: runtime error: invalid memory address or nil pointer dereference
/opt/hostedtoolcache/go/1.23.0/x64/src/testing/testing.go:1632 +0x230
/opt/hostedtoolcache/go/1.23.0/x64/src/testing/testing.go:1635 +0x35e
/opt/hostedtoolcache/go/1.23.0/x64/src/runtime/panic.go:785 +0x132
/home/runner/work/sdk-codegen/sdk-codegen/go/integration/integration_test.go:97 +0x219
/opt/hostedtoolcache/go/1.23.0/x64/src/testing/testing.go:1690 +0xf4
/opt/hostedtoolcache/go/1.23.0/x64/src/testing/testing.go:1743 +0x390

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Go Tests

42 tests found

There are 42 tests, see "Raw output" for the full list of tests.
Raw output
integration ‑ TestIntegrationGoSDK
integration ‑ TestIntegrationGoSDK/CRUD_User
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