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

Test Failures on main #441

Closed
77 tasks done
saratvemulapalli opened this issue Mar 22, 2021 · 0 comments
Closed
77 tasks done

Test Failures on main #441

saratvemulapalli opened this issue Mar 22, 2021 · 0 comments
Assignees
Labels
>FORK Related to the fork process help wanted Extra attention is needed Meta Meta issue, not directly linked to a PR >test-failure Test failure from CI, local build, etc.

Comments

@saratvemulapalli
Copy link
Member

saratvemulapalli commented Mar 22, 2021

Creating an issue to track all test failures on main

Reproduce with:
./gradlew check

Tests with failures:

:distribution:tools:keystore-cli Muted by #469

  • org.opensearch.common.settings.UpgradeKeyStoreCommandTests.testKeystoreUpgrade
  • org.opensearch.common.settings.KeyStoreWrapperTests.testLegacyV3

:server:check Fixed by #471

  • org.opensearch.OpenSearchExceptionTests.testDeduplicate
  • org.opensearch.plugins.PluginsServiceTests.testNonExtensibleDep @harold-wang
  • org.opensearch.rest.action.RestActionsTests.testBuildBroadcastShardsHeader
  • org.opensearch.plugins.PluginsServiceTests.testExistingMandatoryInstalledPlugin
  • org.opensearch.action.search.SearchPhaseExecutionExceptionTests.testToXContent

Fixed by #464 #465

  • org.opensearch.gradle.TestClustersPluginFuncTest > test cluster distribution is configured and started
  • org.opensearch.gradle.internal.InternalDistributionArchiveCheckPluginFuncTest > fails on unexpected notice content
  • org.opensearch.gradle.TestClustersPluginFuncTest > custom distro folder created for tweaked cluster distribution
  • org.opensearch.gradle.DistributionDownloadPluginFuncTest > current version can be resolved
  • org.opensearch.gradle.DistributionDownloadPluginFuncTest > bwc version can be resolved
  • org.opensearch.gradle.DistributionDownloadPluginFuncTest > released version can be resolved
  • org.opensearch.gradle.DistributionDownloadPluginFuncTest > test cluster distribution is configured and started

Fixed By #454

  • org.opensearch.analysis.common.SynonymsAnalysisTests.testSynonymsAnalysis

Fixed By #457

  • org.opensearch.common.logging.JsonLoggerTests.testPrefixLoggerInJson
  • org.opensearch.common.logging.JsonLoggerTests.testJsonLayout
  • org.opensearch.common.logging.JsonLoggerTests.testJsonInStacktraceMessageIsSplitted
  • org.opensearch.common.logging.JsonLoggerTests.testJsonInMessage
  • org.opensearch.common.logging.JsonLoggerTests.testDeprecatedMessageWithoutXOpaqueId
  • org.opensearch.common.logging.JsonLoggerTests.testStacktrace
  • org.opensearch.common.logging.JsonLoggerTests.testDuplicateLogMessages
  • org.opensearch.common.logging.JsonLoggerTests.testDeprecatedMessage
  • org.opensearch.common.logging.OpenSearchJsonLayoutTests.testLayoutWithAdditionalFields
  • org.opensearch.common.logging.OpenSearchJsonLayoutTests.testLayoutWithAdditionalFieldOverride
  • :example-plugins:painless-whitelist:yamlRestTest
  • org.opensearch.index.reindex.remote.RemoteResponseParsersTests.testFailureWithoutIndex
  • org.opensearch.index.reindex.remote.RemoteScrollableHitSourceTests.testParseRejection

Fixed By #453

  • org.opensearch.common.settings.SettingTests.testListSettingsDeprecated
  • org.opensearch.common.settings.ScopedSettingsTests.testPrivateIndexSettingsFailsValidation
  • org.opensearch.common.settings.SettingsTests.testSecureSettingConflict
  • org.opensearch.common.settings.SettingsTests.testSimpleYamlSettings
  • org.opensearch.common.settings.SettingsTests.testSimpleJsonSettings
  • org.opensearch.common.settings.SettingsTests.testIndentation
  • org.opensearch.common.settings.SettingsTests.testIndentationWithExplicitDocumentStart
  • org.opensearch.env.NodeEnvironmentTests.testNodeIdNotPersistedAtInitialization
  • org.opensearch.gateway.GatewayServiceTests.testDeprecatedSettings
  • org.opensearch.common.xcontent.smile.SmileXContentTests.testUnknownObject
  • org.opensearch.transport.RemoteClusterSettingsTests.testSkipUnavailableFallbackbleCompileOnly
  • org.opensearch.transport.RemoteClusterSettingsTests.testProxyFallback
  • org.opensearch.transport.RemoteClusterSettingsTests.testSeedsFallback
  • org.opensearch.transport.RemoteClusterSettingsTests.testEnableRemoteClustersFallback
  • org.opensearch.transport.RemoteClusterSettingsTests.testDisableSearchEnableRemoteClusters
  • org.opensearch.transport.RemoteClusterSettingsTests.testRemoteNodeAttributeFallback
  • org.opensearch.transport.RemoteClusterSettingsTests.testDisableEnableRemoteClusters
  • org.opensearch.transport.RemoteClusterSettingsTests.testConnectionsPerClusterFallback
  • org.opensearch.transport.RemoteClusterSettingsTests.testInitialConnectTimeoutFallback
  • org.opensearch.script.ScriptServiceTests.testFallbackToContextDefaults
  • org.opensearch.script.ScriptServiceTests.testConflictContextSettings
  • org.opensearch.script.ScriptServiceTests.testCacheEvictionCountedInCacheEvictionsStats
  • org.opensearch.script.ScriptServiceTests.testUseContextSettingValue
  • org.opensearch.script.ScriptServiceTests.testFallbackContextSettings
  • org.opensearch.script.ScriptServiceTests.testCacheHolderChangeSettings
  • org.opensearch.script.ScriptServiceTests.testCompilationStatsOnCacheHit
  • org.opensearch.script.ScriptServiceTests.testCacheHolderGeneralConstructor
  • org.opensearch.script.ScriptServiceTests.testDisableCompilationRateSetting
  • org.opensearch.script.ScriptServiceTests.testCompilationRateUnlimitedContextOnly
  • org.opensearch.cluster.node.DiscoveryNodeRoleSettingTests.testIsIngestNode
  • org.opensearch.cluster.node.DiscoveryNodeRoleSettingTests.testIsRemoteClusterClient
  • org.opensearch.cluster.node.DiscoveryNodeRoleSettingTests.testIsMasterNode
  • org.opensearch.cluster.node.DiscoveryNodeRoleSettingTests.testIsDataNode
  • org.opensearch.threadpool.AutoQueueAdjustingExecutorBuilderTests.testValidatingMinMaxSettings
  • org.opensearch.threadpool.AutoQueueAdjustingExecutorBuilderTests.testSetHigherSettings
  • org.opensearch.threadpool.AutoQueueAdjustingExecutorBuilderTests.testSetLowerSettings
  • org.opensearch.common.util.concurrent.OpenSearchExecutorsTests.testProcessorsBound
  • org.opensearch.threadpool.FixedThreadPoolTests.testRejectedExecutionCounter
  • org.opensearch.common.xcontent.yaml.YamlXContentTests.testUnknownObject
  • org.opensearch.common.xcontent.cbor.CborXContentTests.testUnknownObject
  • org.opensearch.common.xcontent.json.JsonXContentTests.testUnknownObject
  • org.opensearch.cluster.metadata.MetadataIndexUpgradeServiceTests.testFailUpgrade
  • org.opensearch.cluster.routing.allocation.BalanceUnbalancedClusterTests.testRun
  • org.opensearch.action.admin.cluster.settings.SettingsUpdaterTests.testDeprecationLogging

Fixed by #451 (:rest-api-spec:yamlRestTest)

  • indices.create/10_basic/Create index without soft deletes
  • indices.stats/20_translog/Translog stats on closed indices without soft-deletes

Fixed by #460 (plugins.ListPluginsCommandTests.testPluginWithNativeController)

  • org.opensearch.plugins.ListPluginsCommandTests.testPluginWithNativeController

Fixed by #461 (transport.netty4.OpenSearchLoggingHandlerIT.testLoggingHandler)
Fixed by #463 (org.opensearch.ingest.attachment.IngestAttachmentClientYamlTestSuiteIT)
Fixed by #467 (org.opensearch.client.documentation.SearchDocumentationIT.testSearchRequestSuggestions)

@saratvemulapalli saratvemulapalli added >FORK Related to the fork process >test-failure Test failure from CI, local build, etc. Meta Meta issue, not directly linked to a PR labels Mar 22, 2021
@nknize nknize added the help wanted Extra attention is needed label Mar 22, 2021
@abbashus abbashus self-assigned this Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>FORK Related to the fork process help wanted Extra attention is needed Meta Meta issue, not directly linked to a PR >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

No branches or pull requests

5 participants