Skip to content

RavenDB-22261: Inconsistency in Tree external API #22299

RavenDB-22261: Inconsistency in Tree external API

RavenDB-22261: Inconsistency in Tree external API #22299

Triggered via pull request May 2, 2024 21:35
Status Success
Total duration 14m 10s
Artifacts

FastTests.yml

on: pull_request
Matrix: debug
Matrix: release
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
release (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (ubuntu-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
release (ubuntu-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
release (ubuntu-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (ubuntu-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
release (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (macos-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
release (macos-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
release (macos-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (macos-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
debug (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
debug (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (macos-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (macos-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
debug (macos-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
debug (macos-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (macos-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
release (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release (windows-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
release (windows-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
release (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (windows-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
release (windows-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
debug (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
debug (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (ubuntu-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
debug (ubuntu-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
debug (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (ubuntu-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (ubuntu-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (ubuntu-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used
debug (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
debug (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
debug (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L137
'ElasticsearchClient.Bulk(BulkRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L195
'ElasticsearchClient.DeleteByQuery<TDocument>(Indices, Action<DeleteByQueryRequestDescriptor<TDocument>>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L219
'IndicesNamespacedClient.Get(GetIndexRequestDescriptor)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (windows-latest): src/Raven.Server/Documents/ETL/Providers/Elasticsearch/ElasticSearchEtl.cs#L246
'IndicesNamespacedClient.Create(IndexName, Action<CreateIndexRequestDescriptor>)' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (windows-latest): src/Raven.Embedded/ProcessHelper.cs#L20
Nullability of reference types in value of type 'Task<string?>' doesn't match target type 'Task<string>'.
debug (windows-latest): src/Raven.Embedded/EmbeddedServer.cs#L84
Possible null reference argument for parameter 'certificate' in 'X509Certificate2.X509Certificate2(X509Certificate certificate)'.
debug (windows-latest): test/Tests.Infrastructure/ConnectionString/ElasticSearchTestNodes.cs#L75
'ElasticsearchClient.Ping()' is obsolete: 'Synchronous methods are deprecated and could be removed in the future.'
debug (windows-latest): test/FastTests/Corax/Bugs/RavenDB-22285.cs#L50
The variable 'p' is assigned but its value is never used