feat(query-generation): support for generating update queries INTELLIJ-189 #854
quality-check.yaml
on: pull_request
Unit and Integration Tests
3m 46s
Catalog Updates Check
1m 24s
Style Check
1m 32s
Verify Plugin
0s
Annotations
9 errors, 3 warnings, and 1 notice
FindTest.can sort a find query when specified():
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L254
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).find().sort({"a": 1, })> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).find({}).sort({"a": 1, })>
|
FindTest.[1] COUNT_DOCUMENTS:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).countDocuments()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).countDocuments({})>
|
FindTest.[2] DELETE_MANY:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).deleteMany()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).deleteMany({})>
|
FindTest.[3] DELETE_ONE:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).deleteOne()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).deleteOne({})>
|
FindTest.[4] DISTINCT:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).distinct()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).distinct({})>
|
FindTest.[5] ESTIMATED_DOCUMENT_COUNT:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).estimatedDocumentCount()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).estimatedDocumentCount({})>
|
FindTest.[6] FIND_ONE:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).findOne()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).findOne({})>
|
FindTest.[7] FIND_ONE_AND_DELETE:
packages/mongodb-dialects/mongosh/src/test/kotlin/com/mongodb/jbplugin/dialects/mongosh/query/FindTest.kt#L302
org.opentest4j.AssertionFailedError: expected: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).findOneAndDelete()> but was: <var collection = ""
var database = ""
db.getSiblingDB(database).getCollection(collection).findOneAndDelete({})>
|
Unit and Integration Tests
Process completed with exit code 1.
|
Catalog Updates Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Style Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit and Integration Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Catalog Updates Check
Submitted dependency-graph-reports/quality_check-catalog-check.json: The snapshot was accepted, but it is not for the default branch. It will not update dependency results for the repository.
|