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

combine query execution test case as they are not independent #3655

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

thoniTUB
Copy link
Collaborator

No description provided.

Comment on lines +61 to +62

cy.get('@leftPaneContainer').contains('Keine Anfragen / Formulare gefunden')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um sicher zu gehen, dass die Anfrage wirklich gelöscht wurde

@@ -276,6 +276,8 @@ const ProjectItem = forwardRef<
<IconButton
icon={isShared ? faUser : faUserRegular}
bare
title="share"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicht unbedingt nötig, der Browser hatte sich nur Beschwert, dass der button kein Title hatte

.map(filter -> filter.getConnector().getConcept())
.distinct()
.map(Concept::getId)
.collect(MoreCollectors.onlyElement());
.collect(MoreCollectors.toOptional()).orElse(null);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das hatte immer hierfür gesorgt:

WARN  [2025-01-24 14:26:16,984] com.bakdata.conquery.io.jetty.NoSuchElementExceptionMapper: Uncaught NoSuchElementException
! java.util.NoSuchElementException: null
! at com.google.common.collect.MoreCollectors$ToOptionalState.getElement(MoreCollectors.java:163)
! at com.google.common.collect.MoreCollectors.lambda$static$1(MoreCollectors.java:75)
! at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:686)
! at com.bakdata.conquery.models.datasets.PreviewConfig.resolveSearchConcept(PreviewConfig.java:207)
! at com.bakdata.conquery.resources.api.ConceptsProcessor.getEntityPreviewFrontendConfig(ConceptsProcessor.java:154)
! at com.bakdata.conquery.resources.api.DatasetResource.getEntityPreviewDefaultConnectors(DatasetResource.java:39)
! at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
! at java.base/java.lang.reflect.Method.invoke(Method.java:580)
! at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
! at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
! at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)

@thoniTUB thoniTUB enabled auto-merge January 24, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant