Commit Graph

17 Commits (2b74f07fe581a9014d40a7799baf7ccf507a24e3)

Author SHA1 Message Date
Carol (Nichols || Goulding) 30fea67701
fix: Move variables within format strings. Thanks clippy!
Changes made automatically using `cargo clippy --fix`.
2023-02-03 13:06:17 -05:00
Carol (Nichols || Goulding) 43687a86d2
fix: Remove lots of needless borrows that Clippy can now identify
Except for in generated code that we don't control.
2022-11-09 10:54:18 -05:00
Carol (Nichols || Goulding) 15ee3f326f
fix: Rearrange lock usage to not hold lock across an await point 2022-05-19 15:40:33 -04:00
Luke Bond f17a93ac6e fix: docker server fixture had mistake in run command 2022-03-17 12:21:42 +00:00
Marco Neumann 6e29cec502 refactor: rename `query` mode to `database` 2021-10-27 09:31:46 +02:00
Marco Neumann 41bc373fe8 refactor: offer different modes via "run" CLI
Running a server is now using `influxdb_iox run MODE [args]`, e.g.
`influxdb_iox run query --server-id 1`. Another mode that will follow
soon is `router`.

The old syntax `influxdb_iox run [args]` (w/o the mode part) is still
supported but a deprecation note will be printed.
2021-10-27 09:31:46 +02:00
Carol (Nichols || Goulding) d8a92a8570 test: Don't run any integration tests unless TEST_INTEGRATION is set 2021-04-22 14:21:50 -04:00
Carol (Nichols || Goulding) 788214dc31 fix: Remove unused Result 2021-04-21 14:59:08 +00:00
Carol (Nichols || Goulding) ce645262c6 fix: Rename LOCAL env var to INFLUXDB_IOX_INTEGRATION_LOCAL 2021-04-21 14:59:08 +00:00
Carol (Nichols || Goulding) 2416e21adc fix: Use the rust ci docker image rather than a fixed image version 2021-04-21 14:59:08 +00:00
Carol (Nichols || Goulding) 3ee5d6f038 fix: Remove the test docker container by name rather than ID 2021-04-21 14:59:08 +00:00
Carol (Nichols || Goulding) 96afb25d1a test: Run influxd in docker by default for integration tests 2021-04-21 14:59:08 +00:00
Carol (Nichols || Goulding) e74f73f198 refactor: Use assert_eq rather than assert matches 2021-04-19 13:32:11 -04:00
jeivardan 4cdc29fc2f test: add assertion to test in health
Signed-off-by: jeivardan <jeivardanvenkatesh@gmail.com>
2021-04-16 11:47:59 +05:30
jeivardan 64dead0857 test: Add integration test for health
Signed-off-by: jeivardan <jeivardanvenkatesh@gmail.com>
2021-04-14 14:31:17 +05:30
Carol (Nichols || Goulding) 7789d776cb docs: Fix copypasta comment 2021-04-07 14:11:02 -04:00
Carol (Nichols || Goulding) ebb6bbd13c test: start of integration tests of influxdb2 client against influxdb 2.0 OSS 2021-04-07 14:09:39 -04:00