Commit cba86dd
authored
Add integration testing (#634)
* add initial integration test file
* update auth
* add skipping
* organize tests into unit and integration
* update formatting
* WIP create config store
* edit
* update integration setup
* copilot updates
* initial working version of integration tests
* remove obsolete tags and update formatting
* updating tests
* format
* remove skipping, add tests
* add cleanup stale resource call on startup and dispose
* add back removed line
* use persistent resource group
* add ordering of apis test
* add refresh test
* add tests
* add failover test
* adding snapshot tests first draft
* fix snapshot tests
* add key vault tests
* add more keyvault tests
* fix keyvault tests
* add cleanup of key values/secrets/snapshot
* fix key vault isolation
* remove base exception catches
* update ci.yml to work with integration tests and use github repo secrets
* add id token write permission
* update ci.yml step to create subscription file
* edit ci.yml
* fix github action
* update comment in powershell script
* remove unused packages
* update comment, remove unused methods
* add request tracing test
* check for status code in catch, move cleanupstaleresources call to dispose
* PR comments
* comments
* comments
* update copilot instructions
* update copilot instructions
* fix try blocks to only surround throwing code
* fix setuptestkeys, simplify comments and setup code
* tagfilters integration test in progress
* tagfilters integration test in progress
* correct api version
* fixed tagfilter test
* fix requesttracing test
* allow commas in json reader
* stale threshold
* remove copilot instructions
* use outputhelper
* fix cleanupstale
* update setup method, remove flag1 parent 8b883cc commit cba86dd
File tree
23 files changed
+2165
-3
lines changed- .github/workflows
- src/Microsoft.Extensions.Configuration.AzureAppConfiguration/FeatureManagement
- tests/Tests.AzureAppConfiguration
- Integration
- Unit
23 files changed
+2165
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
| 53 | + | |
| 54 | + | |
45 | 55 | | |
46 | 56 | | |
47 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
430 | 435 | | |
431 | 436 | | |
432 | 437 | | |
| |||
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments