Commit 201c547
Docker e2e test fixes (#1192)
* Docker e2e test fixes
* Installing libraries in the container
* Fixing broken tests
* Skipping check log tests
* Skipping dependency isolation tests for docker tests
* Adding worker indexing flag
* Adding os.env to the docker container
* Added env variables to docker container
* None check for env
* Added retries
* Removing unused variable
* Refactored and fixed flaky tests
* Skipping durable and table tests
* Installing azure-eventhub in the docker container
* Fix eventhub function.json
* Added eventhub library
* Docker comment workflow update
* updated docker workflow to check for comment
* Update github workflow
* Testing issue_comment
* Issue comment test
* Issue comment test
* Reverted workflow changes
* Installing libraries for eventhub batch
* Added retries to workflow
* Updated eventhub testscase
* Fixing env variables
* Removing xdist
* Fixed eventhub tests
* Fixing eventhub with longer wait and retries
* Addressed comments
* Skipping durable tests
* Added custom image env
* Removing env variables
* Running setup build
* Updated comments
* Minor fixes and refactoring
* Addind setup build to consumption tests
---------
Co-authored-by: Gavin Aguiar <gavin@GavinPC>1 parent 35bb495 commit 201c547
File tree
90 files changed
+492
-207
lines changed- .github/workflows
- tests
- endtoend
- blob_functions
- blob_functions_stein
- generic
- get_blob_as_bytes_return_http_response
- get_blob_as_bytes_stream_return_http_response
- get_blob_as_bytes
- get_blob_as_str_return_http_response
- get_blob_as_str
- get_blob_bytes
- get_blob_filelike
- get_blob_return
- get_blob_str
- get_blob_triggered
- put_blob_as_bytes_return_http_response
- put_blob_as_str_return_http_response
- put_blob_bytes
- put_blob_filelike
- put_blob_return
- put_blob_str
- put_blob_trigger
- put_get_multiple_blobs_as_bytes_return_http_response
- blueprint_functions
- functions_in_blueprint_only
- functions_in_both_blueprint_functionapp
- multiple_function_registers
- cosmosdb_functions
- cosmosdb_functions_stein
- generic
- cosmosdb_input
- cosmosdb_v3_functions_stein
- generic
- get_cosmosdb_triggered
- put_document
- eventgrid_functions
- eventgrid_functions_stein
- generic
- eventgrid_output_binding_success
- eventgrid_output_binding
- get_eventgrid_triggered
- eventhub_batch_functions
- eventhub_batch_functions_stein
- eventhub_output_batch
- get_metadata_batch_triggered
- metadata_output_batch
- eventhub_functions
- eventhub_functions_stein
- generic
- eventhub_output
- get_eventhub_triggered
- get_metadata_triggered
- metadata_output
- http_functions
- common_libs_functions
- common_libs_functions_stein
- dotenv_func
- numpy_func
- opencv_func
- pandas_func
- plotly_func
- requests_func
- sklearn_func
- http_functions_stein
- generic
- queue_functions
- get_queue_blob_message_return
- get_queue_blob_return
- get_queue_blob
- get_queue_untyped_blob_return
- put_queue_message_return
- put_queue_multiple_out
- put_queue_return_multiple
- put_queue_return
- put_queue_untyped_return
- put_queue
- queue_functions_stein
- generic
- servicebus_functions
- get_servicebus_triggered
- put_message
- servicebus_functions_stein
- generic
- table_functions/table_functions_stein
- generic
- timer_functions/timer_functions_stein
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+492
-207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments