Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: elastic search dynamic schema #18542

Closed

Conversation

nathansandi
Copy link
Contributor

Description

Related issues

closes #

@github-actions github-actions bot added the component/tasklist Related to the Tasklist component/team label May 15, 2024
Copy link
Contributor

Tasklist Test Results

40 tests   - 508   40 ✅  - 503   28s ⏱️ - 1h 33m 59s
11 suites  - 131    0 💤  -   5 
11 files    - 131    0 ❌ ±  0 

Results for commit 8806edc. ± Comparison against base commit fa1e693.

This pull request removes 508 tests.
io.camunda.tasklist.ProbesTestElasticSearchIT ‑ testIsNotReady
io.camunda.tasklist.ProbesTestElasticSearchIT ‑ testIsReady
io.camunda.tasklist.StartupIT ‑ testDockerWithNonRootUser
io.camunda.tasklist.config.GenerateOpenApiIT ‑ testSwaggerUIIsLoaded
io.camunda.tasklist.es.ElasticSearchSchemaManagementIT ‑ shouldChangeNumberOfReplicas
io.camunda.tasklist.es.ElasticsearchConnectorBasicAuthIT ‑ canConnect
io.camunda.tasklist.es.ElasticsearchConnectorSSLAuthIT ‑ canConnect
io.camunda.tasklist.es.ReindexElasticSearchIT ‑ reindexArchivedIndices
io.camunda.tasklist.es.ReindexElasticSearchIT ‑ resetIndexSettings
io.camunda.tasklist.es.SchemaCreationIT ‑ testDynamicMappingsOfIndices
…

Copy link
Contributor

github-actions bot commented May 15, 2024

Tasklist Test Results

547 tests  ±0   298 ✅ ±0   4m 53s ⏱️ +14s
142 suites ±0     4 💤 ±0 
142 files   ±0     0 ❌ ±0   245 🔥 ±0 

For more details on these errors, see this check.

Results for commit df1fd9c. ± Comparison against base commit fa1e693.

This pull request removes 13 and adds 13 tests. Note that renamed tests count towards both.
io.camunda.tasklist.webapp.api.rest.v1.controllers.external.ProcessExternalControllerTest ‑ startProcessWithEmbeddedForm(HttpStatus, String, ProcessEntity, ProcessInstanceDTO)[1] expectedHttpStatus=200 OK, bpmnProcessId=StartProcessByForm, processEntity=TenantAwareTasklistEntity[id='1', tenantId='<default>'], providedProcessInstanceDTO=io.camunda.tasklist.webapp.graphql.entity.ProcessInstanceDTO@353808fc
io.camunda.tasklist.webapp.api.rest.v1.controllers.external.ProcessExternalControllerTest ‑ startProcessWithLinkedForm(HttpStatus, String, ProcessEntity, ProcessInstanceDTO)[1] expectedHttpStatus=200 OK, bpmnProcessId=StartProcessByForm, processEntity=TenantAwareTasklistEntity[id='1', tenantId='<default>'], providedProcessInstanceDTO=io.camunda.tasklist.webapp.graphql.entity.ProcessInstanceDTO@91cd2620
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginAndUsageOfGraphQlApi(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginAndUsageOfRestApi(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginFailedWithNoPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginFailedWithNoReadPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginSucceedWithNoWritePermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginSuccess(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLogout(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x00007c69bca9a5d8@5e482a84
io.camunda.tasklist.webapp.security.sso.AuthenticationWithPersistentSessionsIT ‑ testLoginFailedWithNoPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationWithPersistentSessionsIT$$Lambda/0x00007ee8cca5f360@677228b7
…
io.camunda.tasklist.webapp.api.rest.v1.controllers.external.ProcessExternalControllerTest ‑ startProcessWithEmbeddedForm(HttpStatus, String, ProcessEntity, ProcessInstanceDTO)[1] expectedHttpStatus=200 OK, bpmnProcessId=StartProcessByForm, processEntity=TenantAwareTasklistEntity[id='1', tenantId='<default>'], providedProcessInstanceDTO=io.camunda.tasklist.webapp.graphql.entity.ProcessInstanceDTO@2e98542
io.camunda.tasklist.webapp.api.rest.v1.controllers.external.ProcessExternalControllerTest ‑ startProcessWithLinkedForm(HttpStatus, String, ProcessEntity, ProcessInstanceDTO)[1] expectedHttpStatus=200 OK, bpmnProcessId=StartProcessByForm, processEntity=TenantAwareTasklistEntity[id='1', tenantId='<default>'], providedProcessInstanceDTO=io.camunda.tasklist.webapp.graphql.entity.ProcessInstanceDTO@6b8bd9c0
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginAndUsageOfGraphQlApi(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginAndUsageOfRestApi(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginFailedWithNoPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginFailedWithNoReadPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginSucceedWithNoWritePermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLoginSuccess(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationIT ‑ testLogout(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationIT$$Lambda/0x0000781364a9a5d8@14500290
io.camunda.tasklist.webapp.security.sso.AuthenticationWithPersistentSessionsIT ‑ testLoginFailedWithNoPermissions(BiFunction)[1] orgExtractor=io.camunda.tasklist.webapp.security.sso.AuthenticationWithPersistentSessionsIT$$Lambda/0x000078878ca60440@28678975
…

♻️ This comment has been updated with latest results.

…ndexMappingDifference.java

moved to a second PR

Revert "Delete tasklist/els-schema/src/main/java/io/camunda/tasklist/schema/IndexMappingDifference.java"

This reverts commit adf769b.
@nathansandi nathansandi force-pushed the tasklist/implementation-elasticsearch-update-schema branch from 7afa4a9 to 457bce9 Compare May 15, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tasklist Related to the Tasklist component/team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant