chore: Introduce read-write persistent data store tests #184
Annotations
10 errors and 1 warning
build-and-test:
servicedef/sdk_config.go#L11
"github.com/launchdarkly/go-sdk-common/v3/ldtime" imported and not used (typecheck)
|
build-and-test:
framework/harness/mock_endpoints.go#L74
cannot use mockEndpointOptionContextFn{…} (value of type mockEndpointOptionContextFn) as MockEndpointOption value in return statement (typecheck)
|
build-and-test:
framework/harness/mock_endpoints.go#L88
cannot use mockEndpointOptionDescription{…} (value of type mockEndpointOptionDescription) as MockEndpointOption value in return statement (typecheck)
|
build-and-test:
mockld/sdk_data.go#L9
"github.com/launchdarkly/go-sdk-common/v3/ldtime" imported and not used (typecheck)
|
build-and-test:
sdktests/server_side_persistence_redis.go#L12
undefined: redis (typecheck)
|
build-and-test:
sdktests/client_side_auto_env_attributes.go#L49
cannot use dataSource (variable of type *SDKDataSource) as SDKConfigurer value in argument to base.baseSDKConfigurationPlus (typecheck)
|
build-and-test:
sdktests/client_side_auto_env_attributes.go#L50
cannot use events (variable of type *SDKEventSink) as SDKConfigurer value in argument to base.baseSDKConfigurationPlus (typecheck)
|
build-and-test:
sdktests/client_side_auto_env_attributes.go#L83
cannot use dataSource (variable of type *SDKDataSource) as SDKConfigurer value in argument to base.baseSDKConfigurationPlus (typecheck)
|
build-and-test:
sdktests/client_side_auto_env_attributes.go#L84
cannot use events (variable of type *SDKEventSink) as SDKConfigurer value in argument to base.baseSDKConfigurationPlus (typecheck)
|
build-and-test:
sdktests/client_side_auto_env_attributes.go#L132
cannot use dataSource (variable of type *SDKDataSource) as SDKConfigurer value in argument to base.baseSDKConfigurationPlus (typecheck)
|
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|