forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
native-tests.json
126 lines (126 loc) · 4.13 KB
/
native-tests.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"category": [
"Main",
"Data1",
"Data2",
"Data3",
"Data4",
"Data5",
"Data6",
"Security1",
"Security2",
"Security3",
"Amazon",
"Messaging",
"Cache",
"HTTP",
"Misc1",
"Misc2",
"Misc3",
"Misc4",
"Spring",
"gRPC"
],
"include": [
{
"category": "Main",
"timeout": 40,
"test-modules": "main"
},
{
"category": "Data1",
"timeout": 65,
"test-modules": "jpa-h2 jpa-mariadb jpa-mssql jpa-derby jpa-without-entity hibernate-tenancy"
},
{
"category": "Data2",
"timeout": 65,
"test-modules": "jpa jpa-mysql jpa-db2 reactive-mysql-client reactive-db2-client hibernate-reactive-db2 hibernate-reactive-mysql"
},
{
"category": "Data3",
"timeout": 70,
"test-modules": "flyway hibernate-orm-panache hibernate-orm-panache-kotlin hibernate-orm-envers liquibase"
},
{
"category": "Data4",
"timeout": 55,
"test-modules": "mongodb-client mongodb-panache redis-client neo4j hibernate-orm-rest-data-panache"
},
{
"category": "Data5",
"timeout": 65,
"test-modules": "jpa-postgresql narayana-stm narayana-jta reactive-pg-client hibernate-reactive-postgresql"
},
{
"category": "Data6",
"timeout": 40,
"test-modules": "elasticsearch-rest-client elasticsearch-rest-high-level-client hibernate-search-orm-elasticsearch"
},
{
"category": "Amazon",
"timeout": 45,
"test-modules": "amazon-services amazon-lambda amazon-lambda-http"
},
{
"category": "Messaging",
"timeout": 85,
"test-modules": "artemis-core artemis-jms kafka kafka-streams reactive-messaging-amqp reactive-messaging-kafka"
},
{
"category": "Security1",
"timeout": 50,
"test-modules": "elytron-security-oauth2 elytron-security elytron-security-jdbc elytron-undertow elytron-security-ldap"
},
{
"category": "Security2",
"timeout": 70,
"test-modules": "oidc oidc-code-flow oidc-tenancy keycloak-authorization oidc-wiremock"
},
{
"category": "Security3",
"timeout": 50,
"test-modules": "vault vault-app vault-agroal"
},
{
"category": "Cache",
"timeout": 55,
"test-modules": "infinispan-cache-jpa infinispan-client cache"
},
{
"category": "HTTP",
"timeout": 60,
"test-modules": "elytron-resteasy resteasy-jackson resteasy-mutiny vertx vertx-http vertx-web vertx-graphql virtual-http rest-client"
},
{
"category": "Misc1",
"timeout": 65,
"test-modules": "maven jackson jsonb jsch jgit quartz qute consul-config"
},
{
"category": "Misc2",
"timeout": 65,
"test-modules": "tika hibernate-validator test-extension logging-gelf bootstrap-config mailer"
},
{
"category": "Misc3",
"timeout": 65,
"test-modules": "kubernetes-client openshift-client"
},
{
"category": "Misc4",
"timeout": 65,
"test-modules": "smallrye-config smallrye-graphql picocli-native gradle micrometer-mp-metrics micrometer-native micrometer-prometheus smallrye-metrics logging-json jaxp"
},
{
"category": "Spring",
"timeout": 50,
"test-modules": "spring-di spring-web spring-data-jpa spring-boot-properties spring-cloud-config-client"
},
{
"category": "gRPC",
"timeout": 65,
"test-modules": "grpc-health grpc-interceptors grpc-mutual-auth grpc-plain-text grpc-plain-text-mutiny grpc-proto-v2 grpc-streaming grpc-tls"
}
]
}