-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from negillett/24551
Don't flush UD cache for repos without eng ID [RHELDST-24551]
- Loading branch information
Showing
6 changed files
with
104 additions
and
1 deletion.
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
4 changes: 4 additions & 0 deletions
4
tests/logs/copy_repo/test_copy_repo/test_copy_invalid_content_type.jsonl
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{"event": {"type": "check-repos-start"}} | ||
{"event": {"type": "check-repos-end"}} | ||
{"event": {"type": "copy-content-start"}} | ||
{"event": {"type": "copy-content-error"}} |
6 changes: 6 additions & 0 deletions
6
tests/logs/copy_repo/test_copy_repo/test_copy_invalid_content_type.txt
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ INFO] Check repos: started | ||
[ INFO] Check repos: finished | ||
[ INFO] Copy content: started | ||
[ ERROR] Unsupported content type: container | ||
[ ERROR] Copy content: failed | ||
# Raised: 30 |
10 changes: 10 additions & 0 deletions
10
tests/logs/publish/test_publish/test_repo_publish_cache_cleanup_skip_ud.jsonl
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{"event": {"type": "check-repos-start"}} | ||
{"event": {"type": "check-repos-end"}} | ||
{"event": {"type": "publish-start"}} | ||
{"event": {"type": "publish-end"}} | ||
{"event": {"type": "flush-cdn-cache-start"}} | ||
{"event": {"type": "flush-cdn-cache-end"}} | ||
{"event": {"type": "set-cdn_published-start"}} | ||
{"event": {"type": "set-cdn_published-end"}} | ||
{"event": {"type": "flush-ud-cache-start"}} | ||
{"event": {"type": "flush-ud-cache-end"}} |
19 changes: 19 additions & 0 deletions
19
tests/logs/publish/test_publish/test_repo_publish_cache_cleanup_skip_ud.txt
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[ INFO] Check repos: started | ||
[ INFO] Check repos: finished | ||
[ INFO] Publish: started | ||
[ INFO] Publishing repo1 | ||
[ INFO] Publishing repo4 | ||
[ INFO] Publish: finished | ||
[ INFO] Flush CDN cache: started | ||
[ INFO] Flushing cache for repo1: | ||
[ INFO] https://cdn.example.com/content/unit/1/client/mutable1 | ||
[ INFO] https://cdn.example.com/content/unit/1/client/mutable2 | ||
[ INFO] Flushing cache for repo4: | ||
[ INFO] https://cdn.example.com/content/unit/4/client/mutable1 | ||
[ INFO] https://cdn.example.com/content/unit/4/client/mutable2 | ||
[ INFO] Flush CDN cache: finished | ||
[ INFO] Set cdn_published: started | ||
[ INFO] Set cdn_published: finished | ||
[ INFO] Flush UD cache: started | ||
[ INFO] Flush UD cache: finished | ||
[ INFO] Publishing repositories completed |
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