MCPcopy Create free account
hub / github.com/apache/impala / Delete

Method Delete

be/src/util/jwt-util-test.cc:518–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518void TempTestDataFile::Delete() {
519 if (deleted_) return;
520 deleted_ = true;
521 if (remove(name_.c_str()) != 0) {
522 std::cout << "Error deleting temp file; " << strerror(errno) << std::endl;
523 abort();
524 }
525}
526
527TEST(JwtUtilTest, LoadJwksFile) {
528 // Load JWKS from file.

Callers 2

TESTFunction · 0.45

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected