Skip to content

Commit 0acf3b6

Browse files
committed
Merge branch '9.0' of https://github.com/elastic/kibana into backport/9.0/pr-236161
2 parents 404078e + 1c08202 commit 0acf3b6

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
"@mapbox/mapbox-gl-supported": "2.0.1",
10441044
"@mapbox/vector-tile": "1.3.1",
10451045
"@moonrepo/cli": "1.38.6",
1046-
"@openfeature/core": "^1.8.1",
1046+
"@openfeature/core": "^1.9.1",
10471047
"@openfeature/launchdarkly-client-provider": "^0.3.2",
10481048
"@openfeature/server-sdk": "^1.18.0",
10491049
"@openfeature/web-sdk": "^1.5.0",

src/core/server/integration_tests/saved_objects/migrations/group3/actions/actions_test_suite.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,9 @@ export const runActionTestSuite = ({
19691969
});
19701970
});
19711971

1972-
it('resolves left cluster_shard_limit_exceeded when the action would exceed the maximum normal open shards', async () => {
1972+
// The errors in the issue show something else, but it's tracked:
1973+
// https://github.com/elastic/kibana/issues/188963
1974+
it.skip('resolves left cluster_shard_limit_exceeded when the action would exceed the maximum normal open shards', async () => {
19731975
// Set the max shards per node really low so that any new index that's created would exceed the maximum open shards for this cluster
19741976
await client.cluster.putSettings({ persistent: { cluster: { max_shards_per_node: 1 } } });
19751977
const createIndexPromise = createIndex({

test/plugin_functional/test_suites/usage_collection/usage_counters.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
3838
});
3939
}
4040

41-
describe('Usage Counters service', () => {
41+
// Failing: See https://github.com/elastic/kibana/issues/238414
42+
describe.skip('Usage Counters service', () => {
4243
before(async () => {
4344
const key = serializeCounterKey({
4445
domainId: 'usageCollectionTestPlugin',

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8847,10 +8847,10 @@
88478847
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
88488848
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==
88498849

8850-
"@openfeature/core@^1.8.1":
8851-
version "1.8.1"
8852-
resolved "https://registry.yarnpkg.com/@openfeature/core/-/core-1.8.1.tgz#9e10166d2ada996a941ab430d5c26c7df03cc710"
8853-
integrity sha512-5mDq0RTlCZKc3BKAArnz4CiPK5uPY5rf1NpYRy4snPf4OppcZXnjjrvozo5I1p4UtyHGu/maoUVtaQCY54/n0A==
8850+
"@openfeature/core@^1.9.1":
8851+
version "1.9.1"
8852+
resolved "https://registry.yarnpkg.com/@openfeature/core/-/core-1.9.1.tgz#9925a04ed0745e92dd7b3793b35cff1ed89d54c1"
8853+
integrity sha512-YySPtH4s/rKKnHRU0xyFGrqMU8XA+OIPNWDrlEFxE6DCVWCIrxE5YpiB94YD2jMFn6SSdA0cwQ8vLkCkl8lm8A==
88548854

88558855
"@openfeature/launchdarkly-client-provider@^0.3.2":
88568856
version "0.3.2"

0 commit comments

Comments
 (0)