File tree Expand file tree Collapse file tree
tests/Couchbase.Analytics.FunctionalTests/Fixtures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,10 +181,10 @@ jobs:
181181
182182 - name : Create test dataverse for scope-level queries
183183 run : |
184- echo "Creating test dataverse testdb. testscope for scope-level functional tests"
184+ echo "Creating test dataverse ' testscope' (under Default database) for scope-level functional tests"
185185 curl -sS -k -u "${CBDINO_USER}:${CBDINO_PASS}" \
186186 -H "Content-Type: application/json" \
187- -d '{"statement": "CREATE DATAVERSE testdb. testscope IF NOT EXISTS;"}' \
187+ -d '{"statement": "CREATE DATAVERSE testscope IF NOT EXISTS;"}' \
188188 "${CBDINO_CONNSTR}/api/v1/request"
189189 echo ""
190190 echo "Dataverse created successfully"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class FixtureSettings
3838 public string ? ClientKeyPath2 { get ; set ; }
3939
4040 [ JsonPropertyName ( "TestDatabase" ) ]
41- public string TestDatabase { get ; set ; } = "testdb " ;
41+ public string TestDatabase { get ; set ; } = "Default " ;
4242
4343 [ JsonPropertyName ( "TestScope" ) ]
4444 public string TestScope { get ; set ; } = "testscope" ;
You can’t perform that action at this time.
0 commit comments