-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more monitoring functional tests (#1941)
* Update PR CI workflow * Rework monitoring tests to pass more info into metrics search * Improve tests readability. Add commands tests * Fix command tests * Improve read model resolver tests * Implement internal errors tests * Implement api handler tests * Delete redundant metrics * Add view model resolver tests * Add view model projection tests * Add yarn.lock change after install check * Delete one package from yarn.lock * Improve yarn.lock check * Revert "Delete one package from yarn.lock" This reverts commit b56f465 * Run prettier * Fix lint * Fix CI * Fix view models monitoring functional tests
- Loading branch information
Showing
25 changed files
with
1,224 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -468,6 +468,7 @@ module.exports = { | |
'undef', | ||
'unfetch', | ||
'unicode', | ||
'uint', | ||
'unlink', | ||
'unmarshall', | ||
'unmocked', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.