Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Enforce a CHANGELOG and its format on pull requests, something like https://github.com/opensearch-project/OpenSearch/blob/main/.github/workflows/changelog_verifier.yml or https://github.com/slack-ruby/slack-ruby-client/blob/master/.github/workflows/danger.yml
Related to https://github.com/slack-ruby/slack-ruby-client/pull/312#issuecomment-598811194 cc: @jmanian
https://github.com/slack-ruby/slack-api-ref/commit/b53e41485a0540e9607fa82f5f3690fd51b56982 deleted a bunch of stuff, which was fixed in https://github.com/slack-ruby/slack-api-ref/pull/27. The job should have failed or some kind of visible warning should have been produced,
See https://github.com/slack-ruby/slack-ruby-client/issues/118, apparently `channels.invite` can take up to 30 users.
Add a newer version of rbx to .travis.yml, will break because of https://github.com/dazuma/blockenspiel/issues/13.
### Describe the bug ``` org.opensearch.client.ResponseException: method [GET], host [http://[::1]:42577], URI [/_cat/nodes?h=id,version], status line [HTTP/1.1 400 Bad Request] {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Values less than -1 bytes are not supported: -2b"}],"type":"illegal_argument_exception","reason":"Values less than -1...
**Describe the bug** Autocut failure from https://build.ci.opensearch.org/job/gradle-check/14632. UpgradeClusterClientYamlTestSuiteIT (p0=upgraded_cluster/10_basic/Find a task result record from the old cluster) flaky. Re-running succeeded. **Additional context** ``` Suite: Test class org.opensearch.upgrades.UpgradeClusterClientYamlTestSuiteIT 1> [2023-04-28T18:42:18,799][INFO ][o.o.u.UpgradeClusterClientYamlTestSuiteIT]...
**Describe the bug** https://github.com/opensearch-project/OpenSearch/pull/5191 https://build.ci.opensearch.org/job/gradle-check/6747/ ``` REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.cluster.decommission.DecommissionControllerTests.testTimesOut" -Dtests.seed=AF2F88C09A211CBA -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-ZA -Dtests.timezone=Asia/Ashgabat -Druntime.java=17 org.opensearch.cluster.decommission.DecommissionControllerTests > testTimesOut FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53)...
``` > Task :server:internalClusterTest org.opensearch.discovery.DiscoveryDisruptionIT > testNodeNotReachableFromMaster FAILED MasterNotDiscoveredException[NotMasterException[no longer cluster-manager. source: [cluster_health (wait_for_events [LANGUID])]]]; nested: NotMasterException[no longer cluster-manager. source: [cluster_health (wait_for_events [LANGUID])]]; at __randomizedtesting.SeedInfo.seed([B0C860CDD2E62A02:6F852B021DB9C19]:0) at org.opensearch.action.support.master.TransportMasterNodeAction$AsyncSingleAction$2.onTimeout(TransportMasterNodeAction.java:277) at org.opensearch.cluster.ClusterStateObserver$ContextPreservingListener.onTimeout(ClusterStateObserver.java:370) at...
Happy to click some buttons for this. Will help with discovery and bus factor. Nothing changes in terms of maintenance.