[ https://issues.apache.org/jira/browse/SOLR-16134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517130#comment-17517130 ]
Mike Drob commented on SOLR-16134: ---------------------------------- I don't have a great sense of what caused the original failure in the first place, so I can't confidently claim to have fixed it. This does address at least a little bit of the flakiness from setup/teardown that could have been contributing to the failure (there seems to have been a slight race with how we wanted to wait for Solr to start up and how the test framework would accept us doing so). I'll try beasting this as best as I can to see what I can shake out. > Found error during integrationTest that did not fail the smoketester. > --------------------------------------------------------------------- > > Key: SOLR-16134 > URL: https://issues.apache.org/jira/browse/SOLR-16134 > Project: Solr > Issue Type: Task > Security Level: Public(Default Security Level. Issues are Public) > Components: Integration Tests > Affects Versions: 9.0 > Reporter: Houston Putman > Assignee: Mike Drob > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > This is the error that I'm seeing, however the smoketester did not fail. I am > unsure whether the gradle task itself failed or not: > > {noformat} > not ok 5 accept d option with builtin config > # (from function `assert_output' in file > /private/tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2/unpack/solr-9.0.0/.gradle/node/packaging/node_modules/bats-assert/src/assert.bash, > line 231, > # in test file test/test_create_collection.bats, line 54) > # `assert_output --partial "Created collection 'COLL_NAME'"' failed > # > # -- output does not contain substring -- > # substring (1 lines): > # Created collection 'COLL_NAME' > # output (2 lines): > # > # ERROR: Failed to create collection 'COLL_NAME' due to: Underlying core > creation failed while creating collection: COLL_NAME > # -- > # > # Last output: > # > # ERROR: Failed to create collection 'COLL_NAME' due to: Underlying core > creation failed while creating collection: COLL_NAME{noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org