Граф коммитов

82 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 5b07757dbc
Bump com.google.guava:guava in /endtoendtests (#748)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 11:26:37 -06:00
kaibocai bccab2045b
Add end to end test for SQL Bindings (#742)
* add sql e2e test

* remove sql trigger test

* check sql input result

* update sql java library version to 2.1.0

* remove sql trigger function

* remove GetProducts2

* Updating library version. Fixes merge conflict

---------

Co-authored-by: Lucy Zhang <luczhan@microsoft.com>
Co-authored-by: Shreyas Gopalakrishna <shreyasg@microsoft.com>
Co-authored-by: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com>
2024-01-16 22:42:06 -06:00
Kirstyn Amperiadis f9507f979e
Update end to end tests to use java library version 3.1.0 (#745) 2023-11-29 10:53:02 -06:00
kaibocai 0efd9442bc
Add test logics for app insight (#735)
* add test logics for app insight

correct app id name

add waiting for traces

test api key

add envs used by agent

test

update envs referecing

clean up

test version

update nightly e2e tests pipeline

* update agent version - fix wrong copy path
2023-10-12 17:22:30 -05:00
dependabot[bot] 31e0a81e85
Bump h2 from 2.1.210 to 2.2.220 in /endtoendtests (#719)
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 08:23:10 -05:00
kaibocai 206311be61
update task to install .NET (#686)
* update task to install .NET

* update e2e test project to .net6.0

* update e2e .net version
2022-12-12 16:38:40 -06:00
Shreyas Gopalakrishna 86bce0e493
Update end to end tests to use extension bundle v4 (#677)
* Updating tests to v4 extension bundle

* Updating host.json

* Update host.json

* Update pom.xml
2022-11-15 10:50:15 -08:00
Shreyas Gopalakrishna 67273fe610
Added durable functions for end to end tests (#676)
* Adding tests for durable functions

* Updating pipeline

* Updating tests

* Updating tests

* Updating tests
2022-11-15 08:16:50 -08:00
Shreyas Gopalakrishna 5797268cd5
Revert Update pom.xml (#669) 2022-10-12 14:19:09 -05:00
Shreyas Gopalakrishna e500b22789
Update pom.xml 2022-10-12 14:13:52 -05:00
kaibocai ca5dc5b192
add logback.xml to reduce redunant spring logs (#668) 2022-10-11 14:26:11 -05:00
kaibocai 1507c467d6 update test config 2022-08-10 12:47:36 -05:00
kaibocai 19748deedd add spring cloud functions to end2end tests 2022-08-10 12:47:36 -05:00
kaibocai a7fd08bca1
update extension bundle to 3 for e2e tests (#607) 2022-08-10 09:58:22 -07:00
Shreyas Gopalakrishna 36c24500a6
Updated java worker to build and run tests on Linux (#604)
* Updated end to end tests to run on Linux

* Adding import
2022-08-04 08:46:05 -05:00
dependabot[bot] be760addee
Bump Newtonsoft.Json (#592)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-22 16:36:07 -05:00
Shreyas Gopalakrishna 6fd074a949
Release Java worker 2.3.0 (#590)
* Update Java worker and library version

* Updated end to end tests java library version

* Update azure-pipelines.yml
2022-06-21 13:43:34 -05:00
kaibocai 02d3fc4369
update retry tests (#564)
* remove retry test case for http trigger - and retry test case for eventhub trigger

* eventhub 1 reach max capactiy, switch to eventhub 2 for max retry count test

* same as last commit

* remove test cases already has replacements

* clean up comments
2022-05-05 11:37:08 -05:00
kaibocai 557ac160d0
update unit tests/e2e tests (#562)
* add test cases for eventhub - update pom file

update test cases for eventhub

revoke change on Constants.cs - and cosmosdb

remove unused Constants

add missing Constants

update out of date plugins in end2end pom file

test without new eventhub test cases

use jdk 1.8 to compile

fix function url

add test cases for eventhub

remove not working test cases

remove unused dependencies

* add back utils

* update Util class comparing string
2022-05-02 10:13:29 -05:00
kaibocai 3a6852f3dd
Revert "add test cases for eventhub - update pom file (#560)" (#561)
This reverts commit 14fc6070de.
2022-04-26 11:32:51 -05:00
kaibocai 14fc6070de
add test cases for eventhub - update pom file (#560)
update test cases for eventhub

revoke change on Constants.cs - and cosmosdb

remove unused Constants

add missing Constants

update out of date plugins in end2end pom file

test without new eventhub test cases

use jdk 1.8 to compile

fix function url

add test cases for eventhub

remove not working test cases

remove unused dependencies
2022-04-26 10:41:54 -05:00
kaibocai 7b38be745c release worker version to 2.2.3 2022-04-07 17:28:33 -05:00
Shreyas Gopalakrishna 40e64a0c10 Upgrade grpc to 1.45.0, gson to 2.9.0 and protobuf-java to 3.19.4 2022-04-07 16:28:48 -05:00
Shreyas Gopalakrishna ac81bab0ca Updated end to end tests java library and maven plugin 2022-04-06 23:20:17 -05:00
kaibocai 77fbf42a82 remove unnecessary parts in end2end pom file 2022-04-04 21:28:17 -05:00
kaibocai f7a1377873 update java library version to 2.0.0-SNAPSHOT in end2end tests 2022-03-25 13:38:22 -05:00
dependabot[bot] 5cc9a3f530 Bump h2 from 2.0.206 to 2.1.210 in /endtoendtests
Bumps [h2](https://github.com/h2database/h2database) from 2.0.206 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.0.206...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-26 11:16:03 -06:00
kaibocai b1312646ff add end2end test case for BindingName Annotation 2022-01-12 16:18:06 -06:00
kaibocai b4dd533397 add test case to log jdk version 2022-01-12 14:48:33 -06:00
dependabot[bot] 0f2ca82793 Bump h2 from 1.4.199 to 2.0.206 in /endtoendtests
Bumps [h2](https://github.com/h2database/h2database) from 1.4.199 to 2.0.206.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.199...version-2.0.206)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 11:54:45 -06:00
Shreyas Gopalakrishna 74c2d82004 Added retry context as part of execution context, updated protobuf, java library and end to end tests 2022-01-05 10:39:25 -06:00
kaibocai 3fbf98f0d8 fix blobtrigger time out issue 2021-11-10 11:33:50 -06:00
kaibocai d21a1fc65f
fix cosmos db e2e tests (#488) 2021-11-03 10:26:19 -05:00
kaibocai b17e655ef3
update extensionbundle version (#472) 2021-10-27 16:53:24 -05:00
kaibocai f701f501fb
fix method name issue (#453) 2021-10-04 13:57:04 -05:00
Shreyas Gopalakrishna 41efa5d1d7 Use a single classloader for java 11 2021-09-28 13:03:04 -05:00
Kaibo Cai 0650f6fb89 work libs removed and update build pipeline,remove appveyor 2021-09-21 17:03:13 -05:00
dependabot[bot] 7b960c9155 Bump httpclient from 4.5.9 to 4.5.13 in /endtoendtests
Bumps httpclient from 4.5.9 to 4.5.13.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 08:45:47 -07:00
Ahmed El Sayed (Mamoun) 976635d81a Upgrade guava. Update version for azure function library to 1.4.2 2021-03-31 13:04:59 -07:00
Ahmed El Sayed (Mamoun) 94d7ecf682 - Add retry feature test 2021-01-20 16:27:22 -08:00
Ahmed El Sayed (Mamoun) cbb68418c5 Add e2e tests for servicebus 2021-01-20 15:32:24 -08:00
Tsuyoshi Ushio 0025753c3e
Update for Distributed Tracing (#411)
It includes fix of the CI. I've done two things. 1. Fix timeout issue on CosmosDB. 2. Make HttpClient as static. This part is not the root cause of the CI fail, however, I keep it as better practice than instantiate eachtime.
2020-12-09 13:15:19 -08:00
Tsuyoshi Ushio 4f1524308c Release 1.8.0 with Azure Functions Library 1.4.0 2020-09-15 13:33:50 -07:00
Varad Meru [gmail] c7917da6c3 Adding new E2E tests for EventGrid trigger and output bindings for Java
Fix the JSON Parsing issue
2020-07-23 15:18:16 -07:00
Tsuyoshi Ushio 73cd6542f9 Adding End to End testing for Kafka 2020-07-22 13:15:22 -07:00
Tsuyoshi Ushio ea24f6cfc2 Update the java library version to the snapshot 2020-07-15 20:19:44 -07:00
Ahmed El Sayed (Mamoun) 59101672bf Add shading suppport 2020-06-23 17:38:43 -07:00
Ahmed El Sayed (Mamoun) b348de8ff7 - Add support for java11.
- Add support for java11 testing pipeline.
- Fix the dev pipeline.
2020-04-29 10:57:23 -07:00
Ahmed El Sayed (Mamoun) 568a219ad6 Release 1.5.2 2020-03-16 16:59:12 -07:00
Yogesh e3bfcb27fd Augment executionContext with traceContext. 2019-09-20 13:20:02 -07:00