Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Consul.Test/KVTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public async Task KV_Txn()
Assert.Equal(1ul, getResult.LockIndex);
Assert.Equal(id, getResult.Session);

// Sanity check using the regular GET API.
// Confidence check using the regular GET API.
var pair = await _client.KV.Get(keyName);

Assert.NotNull(pair.Response);
Expand Down
8 changes: 4 additions & 4 deletions Consul.Test/RoleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ public async Task Role_Create_WithServiceIdentitiesUpdateWithServiceIdentityDele

var serviceIdentityOne = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentityone",
ServiceName = "apitestingplaceholderserviceidentityone",
Datacenters = new[] { "dc1", "dc2" }
};

var serviceIdentityTwo = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentitytwo",
ServiceName = "apitestingplaceholderserviceidentitytwo",
Datacenters = new string[] { }
};

Expand Down Expand Up @@ -247,13 +247,13 @@ public async Task Role_Create_WithServiceIdentitiesReadByNameDelete()

var serviceIdentityOne = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentityone",
ServiceName = "apitestingplaceholderserviceidentityone",
Datacenters = new[] { "dc1", "dc2" }
};

var serviceIdentityTwo = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentitytwo",
ServiceName = "apitestingplaceholderserviceidentitytwo",
Datacenters = new string[] { }
};

Expand Down
4 changes: 2 additions & 2 deletions Consul.Test/TokenTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@

var serviceIdentityOne = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentityone",
ServiceName = "apitestingplaceholderserviceidentityone",
Datacenters = new[] { "dc1", "dc2" }
};

var serviceIdentityTwo = new ServiceIdentity
{
ServiceName = "apitestingdummyserviceidentitytwo",
ServiceName = "apitestingholderserviceidentitytwo",
Datacenters = new string[] { }
};

Expand All @@ -179,8 +179,8 @@
Assert.False(string.IsNullOrEmpty(newToken.Response.AccessorID));
Assert.Equal(tokenEntry.Description, newToken.Response.Description);
Assert.Equal(tokenEntry.SecretID, newToken.Response.SecretID);
Assert.Equal(tokenEntry.ServiceIdentities[0].ServiceName, newToken.Response.ServiceIdentities.OrderBy(x => x.ServiceName).ToArray()[0].ServiceName);

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.9.17, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (macos-13, net8.0, 1.20.0)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.16.6, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.7.14, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.8.19, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.13.9, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.20.6, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.17.3, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.14.11, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.11.11, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.7.14, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.15.10, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.19.2, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.10.12, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.7.14, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.18.2, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.6.10, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.11.11, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.14.11, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.16.6, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.11.11, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.9.17, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.20.6, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.17.3, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.15.10, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.18.2, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.13.9, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.12.9, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.6.10, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.12.9, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.19.2, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.14.11, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.8.19, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.16.6, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.8.19, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.10.12, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.6.10, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (net9.0, 1.20.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.12.9, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.21.5, net8.0, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.19.2, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.10.12, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.9.17, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.21.5, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.13.9, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.17.3, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.20.6, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.21.5, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.15.10, net8.0, macos-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 182 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.18.2, net8.0, ubuntu-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure
Assert.Equal(tokenEntry.ServiceIdentities[1].ServiceName, newToken.Response.ServiceIdentities.OrderBy(x => x.ServiceName).ToArray()[1].ServiceName);

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.6.10, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.8.19, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.17.3, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.20.6, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.14.11, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.21.5, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.13.9, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.18.2, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.10.12, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.11.11, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.12.9, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.7.14, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.9.17, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.16.6, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.15.10, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure

Check failure on line 183 in Consul.Test/TokenTest.cs

View workflow job for this annotation

GitHub Actions / Consul (1.19.2, net461, windows-latest)

Consul.Test.TokenTest.Token_CreateWithServiceIdentitiesDelete: Assert.Equal() Failure
Assert.Equal(tokenEntry.Local, newToken.Response.Local);

var deleteResponse = await _client.Token.Delete(newToken.Response.AccessorID);
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ const config = {
to: '/docs/category/contributing',
label: 'Contribute',
position: 'left',
activeBaseRegex: `dummy-never-match`,
activeBaseRegex: `placeholder-never-match`,
},
{
to: '/docs/support',
label: 'Community',
position: 'left',
activeBaseRegex: `dummy-never-match`,
activeBaseRegex: `placeholder-never-match`,
},
// right
{
Expand Down
Loading