Skip to content

Commit

Permalink
Merge pull request apache#156 from sylwiaszunejko/update_ci_initial_t…
Browse files Browse the repository at this point in the history
…ablets

Update CI to use new way of initializing keyspace with tablets
  • Loading branch information
avelanarius authored Jan 19, 2024
2 parents f614a51 + 3c36474 commit 9dd9a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,9 @@ func createSessionFromMultiNodeCluster(cluster *ClusterConfig, tb testing.TB) *S
if err = createTable(session, fmt.Sprintf(`CREATE KEYSPACE %s
WITH replication = {
'class': 'NetworkTopologyStrategy',
'replication_factor': 1,
'initial_tablets': 8
'replication_factor': 1
} AND tablets = {
'initial': 8
};`, keyspace)); err != nil {
panic(fmt.Sprintf("unable to create keyspace: %v", err))
}
Expand Down

0 comments on commit 9dd9a7f

Please sign in to comment.