Closed cmsd2 closed 7 years ago
@cmsd2, awesome work! Will have a closer look soon.
About tests: tests run in parallel so two or more tests are trying to create roleUsers
table. The aliases are set globally for all tests. I ran into issue recently due to table names were too short and luckily NewTableName
gave same values so I increased the length to 15
. So basically if table names are generated unique enough, there would be no issues in creating a table per test.
@cmsd2, I merged your changes and just fixed the unresolved issues you mentioned. Hope you won't resist on it as I aim to start testing it in production and hopefully reach 1.0.0 stable release some day.
7632c55499e3df79b138511ecdee95c41f1ba75b: the problem with deletion of a role
record was due to DeletedOn
attribute was a range key.
fantastic. thanks for helping fix those problems.
have got some duplicate protection on the join table, but not on the roles table itself.
also seem to be getting a conditional update failure in deletion of a role. can't quite figure out why.