TOOLS-4148 Convert test/qa-tests/jstests/export/basic_data.js to Go#925
Open
Conversation
This was referenced Mar 20, 2026
Collaborator
Author
6a8bc27 to
ce94d63
Compare
97fa2e2 to
a95e9d2
Compare
This was referenced Mar 20, 2026
ce94d63 to
93cafd5
Compare
a95e9d2 to
10d6e5e
Compare
93cafd5 to
d6504ac
Compare
10d6e5e to
1e1b554
Compare
This was referenced Mar 23, 2026
This was referenced Mar 23, 2026
test/qa-tests/jstests/export/basic_data.js to Gotest/qa-tests/jstests/export/basic_data.js to Go
1e1b554 to
cb8dae6
Compare
01f5af7 to
b4e748f
Compare
cb8dae6 to
9dda1d0
Compare
b4e748f to
067fba4
Compare
9dda1d0 to
d0a6c4a
Compare
067fba4 to
94cbc99
Compare
d0a6c4a to
2472fae
Compare
This PR adds a new `TestRoundTripBasicData` test to `mongoimport/mongoimport_test.go`. The test inserts 50 docs, exports them as JSON, and then imports them to test a basic round trip scenario.
94cbc99 to
a0ef32f
Compare
2472fae to
65fd1be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR adds a new
TestRoundTripBasicDatatest tomongoimport/mongoimport_test.go. The test inserts 50 docs, exports them as JSON, and then imports them to test a basic round trip scenario.