kernelci / kcidb

kernelci.org common database tools
GNU General Public License v2.0
27 stars 34 forks source link

Verify if the latest test data has been sent to Grafana #544

Closed crazoes closed 2 months ago

crazoes commented 3 months ago

The latest releases from Gregkh for stable-rc 6.6, 6.1 and 6.9 are from 8th July.

Image

When I was checking the data for the test results on Grafana dashboard to send out a report for this week, I realized that the last results were from 5th July.

Image

One who works on sending out the data to Grafana dashboard needs to ensure that the results are up-to-date for all trees and branches ( I'm just using stable-rc to give example here but it's important to check other trees and branches as well)

JenySadadia commented 3 months ago

Hi, I can see data for 6.1 and 6.6 on playground as well as production DB. See the links:

spbnick commented 3 months ago

I can't see any relevant errors in the ingestion logs, FWIW. Doesn't mean they weren't lost somewhere, but makes it less likely.

crazoes commented 3 months ago

@JenySadadia @spbnick so probably there is some issue on the Grafana side?

cc @helen-fornazier

spbnick commented 3 months ago

@crazoes, not likely. Unless you can see the data in the old one, and not in the new one, or vice versa. We could also dig in the database a bit to make sure the data is not evading Grafana's queries somehow, but first I think it would be worth checking the Maestro logs, if @JenySadadia had time to implement them.

JenySadadia commented 3 months ago

As I mentioned earlier, I am able to see the submissions https://github.com/kernelci/kcidb/issues/544#issuecomment-2224658617. Maybe there is something wrong with the new dashboard?

spbnick commented 3 months ago

So, did I get it right, that you can find what you're looking for on the old dashboard at kcidb.kernelci.org, but not on the new dashboard? If so, then it's up to @helen-fornazier to figure it out.

crazoes commented 3 months ago

@spbnick yes I think that is the case. We are just not able to see them on the new dashboard so I think this is something that @helen-fornazier needs to look into. I'll assign this to her.

helen-fornazier commented 3 months ago

Image

we did have data submitted on 8th July, as well on 15th July, to both playground and production.

The tests you shown was filtering on paths with kernelci_baseline, which got recently renamed to boot. Please use boot or % to show all tests (but it takes a while to show).

@crazoes could you please confirm if you still don't see the data after these configuration?

crazoes commented 3 months ago

@helen-fornazier I can confirm that I'm able to see the data properly now but AFAIR, I didn't filter out things based on kernelci_baseline so not sure why I wasn't getting the results. I will keep this open for some more days to see if it doesn't happen in future.

helen-fornazier commented 3 months ago

@crazoes kernelci_baseline was selected by default, I can see kernelci_baseline written in the screen you shared

crazoes commented 2 months ago

This has been resolved now. It was due to incorrect default values set in grafana which has been fixed by Helen now.