Chore: InlfuxDB testing update (#78663)

* Prepare the test files

* use json files everywhere

* update golden json files

* disable update

* update test file

* fix naming

* lint

* InfluxDB: Add metadata information to first frame only (#78664)

* executedString in first frame only

* lint

* fix tests

* update tests

* don't update

* linting

* update

* update again
This commit is contained in:
ismail simsek
2023-11-29 16:19:46 +01:00
committed by GitHub
parent 2b51f0e263
commit 23c7211f1d
59 changed files with 15021 additions and 1376 deletions
@@ -0,0 +1,29 @@
{
"results": [
{
"series": [
{
"name": "cpu",
"columns": [
"time",
"mean"
],
"values": [
[
100,
50
],
[
101,
"hello"
],
[
102,
52
]
]
}
]
}
]
}