-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add JSON generator script test #416
add JSON generator script test #416
Conversation
If weight tests aren't finished, you should remove them. Using @ignore will make misunderstanding that those tests are done. |
looks good |
…code that is not completed, continue working on weight csv verify
@DanhLuong when you are actively working on, you should at least checkin and push once a day |
Yes, I'll keep tracking and update everyday for this task when working on it. |
After the weight check test, it will have make report in console:
|
…e is not supported in MongoDB, if using, it change the initial value. Decimal lose some precision with long precision after .
…e writing to service MongoDB remove iterate tag in JsonGeneration1Test
I come to test the case for using data from other DB: H2, Postgres, Oraccle, DB2, MySQL to import to JSON writen to mongoDB. It is not complete now. First try to set-up some to local container, still fail when connecting to H2 DB. Up to now, the 3 test commited ba77b12 is Integration Test with Github Action Mongo DB Service only (passed quickcheck.yaml), not in E2ET. Now, I join #413 with Anh Tung so I will decrease time for doing this task daily. |
first it needs to work locally and a h2 db is a in memory db only exists during runtime when used like this , in case you want to read data from you need to create schema first and put data in as shown in many of our demos ... you can also use postgres .... apart from this , this is needs to be done as well ...
|
Yes, I try to setup (connect to DB and create schema, add some data type with generator referred from demos) and make it a source to generate JSON write to MongoDB consumer. I will use all source DB type: H2, Postgres, Oraccle, DB2, MySQL for this test (in local container first, then integrate into GitHub Action Service) |
…ring when I check data in MongoDB
… finding the way for mongo selector
Only 1 topic left: Utilize selectors with different MongoDB queries to fetch specific data subsets during iteration, please advise me more for this, we don't have demo before. Also have a look at these test and report. Any comment for improve please let me know |
Complete tests as checklists. 2 Test on JSON Iteration and Query MongoDB (please check comments on ben.xml file for details) is on #[Add-more-tests-for-MongoDB]. For MongoDB Querry tests, need more tests for cases for: aggregate, count, mapReduce. For current tests on this branch, need some adjusts to pass ci, then it's OK |
quickcheck.yaml all passed. @tunglxfast and @dangsg please review. Any improvement, please discuss with me. Thanks |
No description provided.