Skip to content

Tests

Tests #194

Triggered via merge group June 9, 2026 21:04
Status Success
Total duration 23m 4s
Artifacts

tests.yml

on: merge_group
Run unit tests  /  test
25s
Run unit tests / test
Build client  /  build
24s
Build client / build
Run HCD integration tests  /  test
22m 15s
Run HCD integration tests / test
Run Astra integration tests  /  test
Run Astra integration tests / test
Can enqueue
Can enqueue
Can merge
4s
Can merge
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build client / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run unit tests / test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run HCD integration tests / test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-dotnet@v4, aws-actions/configure-aws-credentials@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L851
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L866
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L861
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L824
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L879
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L873
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/Fixtures/TableIndexesFixture.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/Fixtures/TableIndexesFixture.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/TestObjects.cs#L428
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run HCD integration tests / test: test/DataStax.AstraDB.DataApi.IntegrationTests/Tests/ExamplesTests.cs#L129
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.