Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2469 Make nightly Jenkins builds work
  3. NCBC-2489

Couchbase.IntegrationTests.ClusterTests.Test_Open_More_Than_One_Bucket [FAIL]

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • Minor
    • 3.0.2
    • 3.0.0
    • None
    • None
    • 1

    Description

      Test bug. Not a code bug.

      @@ -29,13 +29,17 @@ namespace Couchbase.IntegrationTests
      try
      {
      var result1 = await bucket1.DefaultCollection().InsertAsync(key, new

      {Whoah = "buddy!"})
      .ConfigureAwait(false);

      - var result2 = await bucket1.DefaultCollection().InsertAsync(key, new { Whoah = "buddy!" })
      + var result2 = await* bucket2*.DefaultCollection().InsertAsync(key, new {Whoah = "buddy!"}

      )
      .ConfigureAwait(false);
      }
      + catch (Exception e)
      +

      { + throw; + }

      finally

      { await bucket1.DefaultCollection().RemoveAsync(key).ConfigureAwait(false); await bucket2.DefaultCollection().RemoveAsync(key).ConfigureAwait(false); }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard.ponton Richard Ponton
            richard.ponton Richard Ponton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty