influxdb-client 1.8.0.pre.1263 → 1.8.0.pre.1289
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/bin/influxdb-restart.sh +1 -1
- data/test/influxdb/delete_api_integration_test.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a455a34d672abc44886ea962bda79e859e60456a3861576b3f342d9ca5feaa6c
|
|
4
|
+
data.tar.gz: 7528d2af2482bb4f08f494de9aa2bfd6321df632a8f6cc73bce60fd9f55f6e82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fe3874a990d419a02d907298287219e0b89aa7c54d57477e0d9617fae6124560ac459582325342416f3a7a0579daf961c3768e8b19ccc575bdc08e062c8ed97
|
|
7
|
+
data.tar.gz: f198f24814f717406ce58435554c751b697b66e389d7218d9b63b1c7dc457e4f542bb5320e228e4af86183bcad0a008c16a2d8b18f589e9727a3bc5b2315b150
|
data/.circleci/config.yml
CHANGED
|
@@ -78,7 +78,7 @@ jobs:
|
|
|
78
78
|
default: &default-ruby-image "circleci/ruby:2.6-stretch"
|
|
79
79
|
influxdb-image:
|
|
80
80
|
type: string
|
|
81
|
-
default: &default-influxdb-image "influxdb:2.0.0-
|
|
81
|
+
default: &default-influxdb-image "influxdb:2.0.0-rc"
|
|
82
82
|
docker:
|
|
83
83
|
- image: << parameters.ruby-image >>
|
|
84
84
|
- image: &influx-image quay.io/influxdb/<< parameters.influxdb-image >>
|
data/bin/influxdb-restart.sh
CHANGED
|
@@ -27,7 +27,7 @@ DEFAULT_DOCKER_REGISTRY="quay.io/influxdb/"
|
|
|
27
27
|
DOCKER_REGISTRY="${DOCKER_REGISTRY:-$DEFAULT_DOCKER_REGISTRY}"
|
|
28
28
|
|
|
29
29
|
DEFAULT_INFLUXDB_V2_REPOSITORY="influxdb"
|
|
30
|
-
DEFAULT_INFLUXDB_V2_VERSION="2.0.0-
|
|
30
|
+
DEFAULT_INFLUXDB_V2_VERSION="2.0.0-rc"
|
|
31
31
|
INFLUXDB_V2_REPOSITORY="${INFLUXDB_V2_REPOSITORY:-$DEFAULT_INFLUXDB_V2_REPOSITORY}"
|
|
32
32
|
INFLUXDB_V2_VERSION="${INFLUXDB_V2_VERSION:-$DEFAULT_INFLUXDB_V2_VERSION}"
|
|
33
33
|
INFLUXDB_V2_IMAGE=${DOCKER_REGISTRY}${INFLUXDB_V2_REPOSITORY}:${INFLUXDB_V2_VERSION}
|
|
@@ -73,12 +73,16 @@ class DeleteApiIntegrationTest < MiniTest::Test
|
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
def test_delete_all
|
|
76
|
+
# TODO: https://github.com/influxdata/influxdb/issues/19545
|
|
77
|
+
skip
|
|
76
78
|
@client.create_delete_api.delete(Time.utc(2010, 10, 15, 7, 20, 15), Time.utc(2020, 10, 14, 8, 20, 15))
|
|
77
79
|
|
|
78
80
|
assert_equal 0, _query_count
|
|
79
81
|
end
|
|
80
82
|
|
|
81
83
|
def test_delete_without_interval
|
|
84
|
+
# TODO: https://github.com/influxdata/influxdb/issues/19545
|
|
85
|
+
skip
|
|
82
86
|
error = assert_raises InfluxDB2::InfluxError do
|
|
83
87
|
@client.create_delete_api.delete(nil, nil)
|
|
84
88
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: influxdb-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.0.pre.
|
|
4
|
+
version: 1.8.0.pre.1289
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|