We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88cf4a7 commit b5d172cCopy full SHA for b5d172c
query/pom.xml
@@ -44,6 +44,8 @@
44
<artifactId>maven-surefire-plugin</artifactId>
45
<configuration>
46
<environmentVariables>
47
+ <!-- Resource Pool tests require a trunk version of YDB -->
48
+ <YDB_DOCKER_IMAGE>ydbplatform/local-ydb:trunk</YDB_DOCKER_IMAGE>
49
<YDB_DOCKER_FEATURE_FLAGS>enable_resource_pools</YDB_DOCKER_FEATURE_FLAGS>
50
</environmentVariables>
51
</configuration>
0 commit comments