Skip to content

Commit b5d172c

Browse files
committed
Enable trunk YDB image for QueryClient tests
1 parent 88cf4a7 commit b5d172c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

query/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
<artifactId>maven-surefire-plugin</artifactId>
4545
<configuration>
4646
<environmentVariables>
47+
<!-- Resource Pool tests require a trunk version of YDB -->
48+
<YDB_DOCKER_IMAGE>ydbplatform/local-ydb:trunk</YDB_DOCKER_IMAGE>
4749
<YDB_DOCKER_FEATURE_FLAGS>enable_resource_pools</YDB_DOCKER_FEATURE_FLAGS>
4850
</environmentVariables>
4951
</configuration>

0 commit comments

Comments
 (0)