Skip to content

Commit

Permalink
partial scrape test
Browse files Browse the repository at this point in the history
  • Loading branch information
naman47vyas committed May 2, 2024
1 parent 3faf7c9 commit e637d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/mysqlreceiver/scraper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func TestScrape(t *testing.T) {
scraper := newMySQLScraper(receivertest.NewNopCreateSettings(), cfg)
scraper.sqlclient = &mockClient{
globalStatsFile: "global_stats_partial",
innodbStatusFile: "innodb_status_stats_empty",
innodbStatsFile: "innodb_stats_empty",
tableIoWaitsFile: "table_io_waits_stats_empty",
indexIoWaitsFile: "index_io_waits_stats_empty",
Expand Down
Empty file.

0 comments on commit e637d66

Please sign in to comment.