dumpauth.js uses ambiguous --db/--collection args

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      In dumpauth.js:

      x = runMongoProgram( "mongodump",
                           "--db", baseName,
                           "--authenticationDatabase=admin",
                           "-u", "testuser",
                           "-p", "testuser",
                           "-h", "127.0.0.1:"+m.port,
                           "--collection", "testcol" );
      

      This is incorrect because the test is actually writing its test data into the "admin" database, and the "baseName" database is never actually created.
      The test collection itself is actually named baseName+".testcol".

            Assignee:
            Spencer Brody (Inactive)
            Reporter:
            Michael O'Brien
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: